Re: Persisting Messages/Errors when redirect="true"

2004-02-12 Thread Hubert Rabago
27;d be interested to see your code if at all possible =) > Thanks, > David > > - Original Message - > From: "Hubert Rabago" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, February 09, 2004 7:49 PM >

Re: Persisting Messages/Errors when redirect="true"

2004-02-12 Thread David Erickson
Ya I'd be interested to see your code if at all possible =) Thanks, David - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 7:49 PM Subject: Re: Persistin

RE: Persisting Messages/Errors when redirect="true"

2004-02-10 Thread Guillermo Meyer
ErrorsTag to lookup ActionErrors in session before trying to lookup in request. Saludos. Guillermo. -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Lunes, 09 de Febrero de 2004 11:49 p.m. To: Struts Users Mailing List Subject: Re: Persisting Messages/Errors when redirect

Re: Persisting Messages/Errors when redirect="true"

2004-02-09 Thread Hubert Rabago
There's no built-in support for this at the moment. I add code to my projects to add that support. I can share the code with you if you want. - Hubert --- David Erickson <[EMAIL PROTECTED]> wrote: > Is it possible to persist Messages/Errors around your site through the > request when setting re

Persisting Messages/Errors when redirect="true"

2004-02-09 Thread David Erickson
Is it possible to persist Messages/Errors around your site through the request when setting redirect="true" on an action mapping? An example I have right now is I have a delete action that forwards to a listContacts.do action on success.. however its persisting url parameters from my delete reques