Re: action variables persisting across invocations

2008-01-18 Thread Ted Slusser
it away rather than try and reset the state somehow which could lead to some pretty big problems. On Jan 18, 2008, at 1:17 PM, Chris Pratt wrote: On Jan 18, 2008, at 1:02 PM, Dave Newton wrote: --- Ted Slusser <[EMAIL PROTECTED]> wrote: I have a struts2 action that is having some

action variables persisting across invocations

2008-01-18 Thread Ted Slusser
Hello, I have a struts2 action that is having some parameters set by the parameter interceptor. If I go to a second browser / computer and call the action I am seeing the same values on the Action that were previously set. Is this the normal behavior? Is there a way to turn it off? Do

Re: action variables persisting across invocations

2008-01-18 Thread Ted Slusser
Yes. On Jan 18, 2008, at 1:02 PM, Dave Newton wrote: --- Ted Slusser <[EMAIL PROTECTED]> wrote: I have a struts2 action that is having some parameters set by the parameter interceptor. If I go to a second browser / computer and call the action I am seeing the same values on the Actio