Srinivas Gunturu wrote:
Most of our action classes are extended from a BaseAction class which
initializes protected variables such as session, user bean, ActionForm, request
and response objects inside an init method which is called by decendents in the
execute method.
Sounds like instance variables inside an action class is not a good thing. Is
that the root cause? If so, can you explain how that could cause a problem.
Because there's only one instance of an Action created to service
_every_ request, just like a servlet.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]