The problem is that it's trying to pick up the input result for the action
after the redirect from the action where the error occurred, so it's
basically trying to do the following in one step;

ActionB --input result redirect--> ActionA --input result--> Somewhere else

instead of what I would expect which would be;

ActionB --input result redirect--> ActionA

Because the error ocurred in ActionB, so inho the input page for ActionA
isn't relevant, and so it shouldn't be doing the second step.

Al.

 

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: 31 May 2007 13:37
To: Struts Users Mailing List
Subject: RE: Wierd behaviour with redirect, result, and store interceptor

--- Al Sutton <[EMAIL PROTECTED]> wrote:
> Anyone seen the same behaviour? 

I think that if there are action errors it will try to show the input result
because, well, it thinks there are errors.

d.



       
____________________________________________________________________________
________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to