>From the API of the Action class:

"The controller (ActionServlet) will select an appropriate Action for each
request, create an instance (if necessary), and call the perform method."

I have working Actions getting data from my client and populating the
ActionForms, but now that I'm adding a session bean, how do I do what's
explained above. What I'm needing the servlet for is to have the init()
method of the Servlet initiate my session context.According to the Action
class docs, I need to have an ActionServlet call the appropriate Actions.
Any examples

Any help much appreciated.

Reply via email to