Senthivel U S wrote:
Greetings,
Programming Jakarta Struts by Chuck Cavaness book says always there will be
only one instance of Action Class but we have checked with the application
and found that there are more than one instance of same action class even
though the same instance is serving simultaneous requests. Please any one
can clarify us.
The standard Struts 1.1 request processor creates one Action instance
per <action> element in your configuration file. Therefore, the only
way you'd get more than one such instance (in the same webapp) is if
you've got more than one <action> element mapped to the same
implementation class.
Rgds,
IT Support
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]