On Tue, Jul 12, 2011 at 12:05 PM, Emi Lu wrote:
>> Because it's a redirect, and things in the request go away when
>> there's a new request.
> Not true for previous version.

Previous version had a bug, then, because by default, anything
relating to an action's instantiation should go away during a
redirect--that's kind of the point of instantiating an
action-per-request.

Again, the only way this *should* be possible is by (incorrectly, IMO)
using singleton actions (Bad Idea) or a scope intereptor (or
equivalent). Are you using Spring?

Please zip up a (maven-ized) minimal example showing the behavior;
I'll change the S2 version to the two you mention and debug
this--messages should *not* persist between requests.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to