OK, I changed my view, i would go ahead and extend ServletRedirectResult
and try to include the request parameters just like how
ServletActionRedirectResult and URL component try to do. That way it would
be consistent. Your solution is also good though, but I dont like to have
extra code in my action since it will complicate my logic.


daveck wrote:
> 
> 
> 
> In an interceptor that my action implemented.
> 
> session.setAttribute("PARMS", request.getParameterMap());
> 
> 
> 
>>  Where did you set the session with the parameterMap in the
>>  servletRedirectResult.java or ?
> 
> 
> 
> This e-mail and any files transmitted with it are confidential and
> intended
> solely for the use of the individual(s) or entity to whom they are
> addressed.
>  If you receive this e-mail in error please notify
> [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts-2%3A-How-can-we-save-the-parameters-if-we-do-redirect-and-not-redirect-action-tp19557514p19558657.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to