"Mukesh Gupta" <mukesh.gupta@gmail.com> wrote.
> As far as understand every call to the action has different object to
> perform the task. But I observed through profiler that for different -2
[quoted text clipped - 3 lines]
> Its confusing... please tell what is the actual scenario according to
> struts framework.
http://struts.apache.org/userGuide/building_controller.html#action_design_guide
"The controller servlet creates only one instance of your Action class, and
uses this one instance to service all requests. Thus, you need to write
thread-safe Action classes."

Signature
Wendy Smoak
Mukesh Gupta - 20 Jun 2005 09:19 GMT
Thanks Wendy..... i got the consept....