Re: RequestProcessor and ActionServlet

2005-03-15 Thread Manfred Wolff
Rajaneesh. There are three things which are part of the controller: - The ActionServlet that acts as a front controller. - The RequestProcessor that has the responsibility to fulfill the request in a specific module. - The Action which is the part of the controller that deals with the other layer

RequestProcessor and ActionServlet

2005-03-15 Thread Rajaneesh
Hi, In struts what is actually the controller portion? (Is it RequestProcessor or ActionServlet?) Regards Rajaneesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]