Hi All,
      is there init() and destroy() like methods in Action class so that we
can be sure that those methods will always be called
by the action servlet?
      actually i need to aquire some resources (like database connection)
and initialize the action class. i want to hold thoise resources
through out the life of the action object. i want to release those resources
only when i don't need the action object anymore.       
     please help me in doing this. any other procedure to do this except
init() & destroy() ? 


Regards

Manabendra Sarkar

Reply via email to