I think you'll need your own ActionMapping class too. Than you can reset the request-pool (which should happen at redirection) and/or change whatever you need.
I did it with just a new ActionForward. I think my issue is a different kettle of fish to yours.
I am not sure of what struts does with the request when forwarding from one action to the next. I did not configure the forward of the first action to do a redirect, emphatically.
I think struts created a new formbean, or at least reinitialised the old bean.
I also think struts wrote my forward's querystring parameters into the request on leaving the first action. Did it reinitialise its request parameter collection from the http request? I don't know.
Perhaps some expert can clarify that here?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]