Computers & Internet Logo

Related Topics:

Posted on Feb 22, 2008

JSP: Java code doesn't go steady with the HTML code,no output seen!!

Hi,
I am coding a JSP to take some input(keywords' search) from one form(HTML) and show it using the JSP,but no data is printed on the page(JSP),it uses a table to print the data....help!!

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

  • Contributor 1 Answer
  • Posted on Feb 25, 2008
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Joined: Feb 25, 2008
Answers
1
Questions
1
Helped
945
Points
1

<html>
<body>
<form name=form1 action=test.jsp method=Get>
name:<input type="text" name="user">
<input type="submit">
</form>
<%=request.getParameter("user")%>
</body>
</html>

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

955 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73800 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42245 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...