RE: About ActionServlet

2006-07-20 Thread Emilia Ipate
Hello! The Struts framework is based on the Front Controller pattern. This means that is has a mean class which delegates the main work to aother classes. And this is what ActionServlet does. It is a servlet that based on the user's request and struts-cofig delegates the process of the request

Re: About ActionServlet

2006-07-20 Thread David Evans
The API docs can help: http://struts.apache.org/1.x/struts-core/apidocs/index.html more specifically: http://struts.apache.org/1.x/struts-core/apidocs/org/apache/struts/action/ActionServlet.html This link has a brief explanation