redirectAction and forwarding actionErrors actionMessages

2008-06-18 Thread Giovanni Azua
hi, I basically would like to pass an action message or error from one action to another using the redirectAction result type. The use-case is CRUD-related i.e. 1-. displaying a list of X-type beans each one having a link button to delete it. 2-. once a delete request is submitted, the

Re: redirectAction and forwarding actionErrors actionMessages

2008-06-18 Thread Owen Berry
You probably need to look at storing them in the session. Look at the MessageStoreInterceptor. Owen On Wed, Jun 18, 2008 at 1:38 PM, Giovanni Azua [EMAIL PROTECTED] wrote: hi, I basically would like to pass an action message or error from one action to another using the redirectAction result