How to assign one JSP request object to another JSP
843836Feb 3 2005 — edited Feb 3 2005Hi,
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