Emanuele Ghevre wrote:
As far as the scope is prototype I'm expecting Spring to create a new HelloWorldAction object "every time an object of that type is requested". But during my Tomcat boot I can see Spring creating an HelloWorldAction object. Is it normal? I thought this behaviour was only for singleton beans.

IIRC the startup process will create an action instance as part of the XML validation process. (For example, to make sure that an instance of the action in question can actually be instantiated.)

Dave


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

Reply via email to