Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to assign one JSP request object to another JSP

843836Feb 3 2005 — edited Feb 3 2005
Hi,

I want to assign one JSP request object (i.e., previous JSP Page request object) to another JSP (i.e., current JSP page request object).
I don't want to use "<jsp:forward>" tag or "RequestDispatcher" obect here.
Because i want to display one message in the current JSP page, before sending both JSP pages' request to a servlet. How to do this ?

please help

Thanks in advance

Vishnu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 3 2005
Added on Feb 3 2005
1 comment
144 views