Re: ActionMessages with redirect

2005-09-27 Thread Michael Jouravlev
Messages are cleaned automatically in Struts 1.2.6+ On 9/27/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > No, it gets cleaned up by the RequestProcessor after you've displayed > the messages. > > Hubert > > On 9/27/05, rahul <[EMAIL PROTECTED]> wrote: > > do I need to clean up session after displ

Re: ActionMessages with redirect

2005-09-27 Thread Hubert Rabago
riginal Message- > > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 27, 2005 7:09 PM > > To: Struts Users Mailing List > > Subject: Re: ActionMessages with redirect > > > > > > There are saveErrors() and saveMessages() that

RE: ActionMessages with redirect

2005-09-27 Thread rahul
do I need to clean up session after displaying ActionErrors saved using saveErrors(request,actionError) method? > -Original Message- > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 27, 2005 7:09 PM > To: Struts Users Mailing List > Subject: Re:

Re: ActionMessages with redirect

2005-09-27 Thread Hubert Rabago
There are saveErrors() and saveMessages() that accept a session instead of a request object. The items saved here are removed after the request that accesses them. Hubert On 9/27/05, rahul <[EMAIL PROTECTED]> wrote: > Hi all, > > Just before creating an ActioForward in my Action class, i am stor