Re: RE: Is Action class a singleton class

2011-01-08 Thread Dave Newton
-- > From: Wes Wannemacher [mailto:w...@wantii.com] > Sent: Sunday, January 09, 2011 10:32 AM > To: Struts Users Mailing List > Subject: Re: Is Action class a singleton class > > In struts one they are singleton. > In struts two they are a new instance per request. > > -Wes >

RE: Is Action class a singleton class

2011-01-08 Thread Yaragalla, Muralidhar
Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Sunday, January 09, 2011 10:32 AM To: Struts Users Mailing List Subject: Re: Is Action class a singleton class In struts one they are singleton. In struts two they are a new instance per request. -Wes On 1/8/11, Yaragalla, Muralidhar

Re: Is Action class a singleton class

2011-01-08 Thread Wes Wannemacher
In struts one they are singleton. In struts two they are a new instance per request. -Wes On 1/8/11, Yaragalla, Muralidhar wrote: > Hi I have a question on Action classes. > > Are action classes maintained as singleton classes? Or will they be > maintained as one object per every thread? > > Tha