> -----Original Message----- > From: abhishek srivastava [mailto:[EMAIL PROTECTED]] > Are the Action classes that we write for Struts Singletons? > or are they > created and destroyed per request.
http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_controller.htm l#action_classes Excerpt: "The controller servlet creates only one instance of your Action class, and uses it for all requests. Thus, you need to code your Action class so that it operates correctly in a multi-threaded environment, just as you must code a servlet's service() method safely." Cheers, Laird -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

