Answer Posted / karthick
In struts the Action servlet serves as a front controller
where it receives all the request from the client. All those
requests are delegated to the RequestProcessor class. In
this class process method will be invoked with httprequest
and response objects.
This method has so many method calls to populate the forms,
associating the request to the proper mapping etc.
For more details
:http://www.onjava.com/pub/a/onjava/2004/11/10/ExtendingStruts.html
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is filter dispatcher in struts?
What is interceptor in Struts2?
What is execute method in struts?
What does the term struts mean?
What are the custom tags?
What is the difference between empty default namespace and root namespace?
What is lookupdispatchaction?
What do you mean by inner class and anonymous class?
What is role of actionservlet?
What are interceptors in struts 2?
What validate() and reset() method does ?
What does it cost to replace struts?
What do you mean by action errors and what are the results they force?
What is the purpose of @before?
Which library is provided by struts for form elements like check boxes, text boxes etc?