posted 19 years ago
Hi all
I want to know whether the Action class constructor is called every before the execute method is called when a request come to a Action class.
In otherwords,,, is the same action class instance used for all request? or execute methods of different instances of the action class are called for each request?
Thanks