On Wed, 2008-08-20 at 22:51 -0700, ravi_eze wrote:
> I would like to either make each launch of the jsp create a new  exclusive
> running instance of the action
> : if i got u right.... but this is already happening. Each url call makes a
> new actionclass instance. 

In Struts 2, actions are instantiated one per request

In Struts 1, actions are singletons

-Wes


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

Reply via email to