Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jsp and user input

Status
Not open for further replies.

arm207

Programmer
Jun 13, 2006
26
0
0
US
hi,
I'm new to JSP but know java.

Do you guys know of an example where you can have an html UI and pass the user input to a jsp page. How is that done?

thank you
 
Things use to work the opposite way: JSP pages produce HTML output.

Could you be more explicit?

Cheers,
Dian
 
here's what I want to do.

have a .jsp page that user comes to, and puts in values in html form , and I want to pass those variables in the .jsp form somewhere else.

Is there an example that shows how I can use JSP to have access to values within html input box?
 
Well, when the form is submitted, where are you planning to submit it? Another jsp? A servlet?

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top