I have a issue here. Any help would be of great help.
I have an action class - Action_A which forwards the request to A.jsp. A.jsp has 2 query parameters that are displayed correctly. The two parameters are stored in hidden variables within the form tag. Now, when this page is submitted, it calls Action_B which again forwards the request back to A.jsp. But this time, the query parameters are lost! Is there a way to send these two parameters from the Action class back to JSP? Is it legal to do something like this? Or is there a better way to achive this.?
Regards Sam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

