Re: Problem: Lost ActionMessages after redirect to another action

2008-04-17 Thread Antonio Petrelli
2008/4/17, Marc Eckart <[EMAIL PROTECTED]>: > 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 --

Problem: Lost ActionMessages after redirect to another action

2008-04-17 Thread Marc Eckart
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