Hi,
I have a web page with hyper-links to different
Struts action classes. When one hyper-link is clicked on the web page's form, I am redirecting control to another action. I am using javascript to pass some parameters to the first action. Now, I want to pass these parameters to the second action. But when I redirect, the
servlet container creates a new request object, right ? I don't want to pass parameters in the url. Is using the session object my only other solution ? Will I be able to use forward action, ie, set redirect to false when I'm creating the new ActionForward for my destination ?
Thanks for your responses.
Mallika.