JSP: Use information from one page to another

Posted by Sandeep Bansal on Stack Overflow See other posts from Stack Overflow or by Sandeep Bansal
Published on 2010-05-02T17:24:13Z Indexed on 2010/05/02 17:57 UTC
Read the original article Hit count: 196

Filed under:
|
|

Hi,

I currently have a JSP page with a Form for the user to enter their name, but what I want is to get the user forwarded to a different JSP page after form submission and to carry on their name to be used.

I don't want to use JSTL EL just simple JSP uses.

I was thinking of using a bean storing the detail in a session but how would it work.

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp