Do you have any validation configured on ActionA? Could there be a
conversion error on one of the request parameters? Have you tried
creating an input result and perhaps using s:debug or something to see
if there's anything unexpected in the response that might explain the
input redirect? You could also try disabling the validation interceptor
for ActionA.
L.
Al Sutton wrote:
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]