Re: Scope of action messages?

2008-04-01 Thread Chris Pratt
actionmessages, actionerrors and fielderrors are all request scope, so they'll be gone by the time the redirect comes back around. You might want to look into the scope interceptor, it can help bridge the gap. (*Chris*) On Tue, Apr 1, 2008 at 10:50 AM, Allen, Daniel [EMAIL PROTECTED] wrote:

RE: Scope of action messages?

2008-04-01 Thread Allen, Daniel
Users Mailing List Subject: Re: Scope of action messages? actionmessages, actionerrors and fielderrors are all request scope, so they'll be gone by the time the redirect comes back around. You might want to look into the scope interceptor, it can help bridge the gap. (*Chris*) -- This message

Re: Scope of action messages?

2008-04-01 Thread Chris Pratt
hang around until the corresponding s:action___/ tag is rendered? -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 1:58 PM To: Struts Users Mailing List Subject: Re: Scope of action messages? actionmessages, actionerrors

RE: Scope of action messages?

2008-04-01 Thread Allen, Daniel
Oh. Yeah, that one looks a lot more immediately applicable. :) Thanks! ~DVA -Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 2:45 PM To: Struts Users Mailing List Subject: Re: Scope of action messages? None if you use the store interceptor