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?