You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Marc Eckart <ma...@googlemail.com> on 2008/04/17 16:54:45 UTC

Problem: Lost ActionMessages after redirect to another action

Hi,

in some cases I redirect after one action instead to a jsp to another
action.

This works fine, but the action messages and action errors I want to display
are lost.
How can I store them over this action chain?

Best regards,
Marc

Re: Problem: Lost ActionMessages after redirect to another action

Posted by Antonio Petrelli <an...@gmail.com>.
2008/4/17, Marc Eckart <ma...@googlemail.com>:
>  This works fine, but the action messages and action errors I want to display
>  are lost.
>  How can I store them over this action chain?

You can store them in the request scope, just as a normal attribute.

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org