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 struts actionmapping?
What are inner class and anonymous class?
What is the difference between plain-validator and field-validator?
What do you mean by struts.dev mode?
how to develop the submit and search operations in single jsp using struts?
What does modeldriven interceptor?
What is the purpose of redirect result type?
What is struts?
Explain the components of struts?
What are the core classes of struts?
What configurations are stored in struts configuration file ?
What are action classes in struts?
What are the sections into which a strut configuration file can be divided?
How we can configured action mapping in struts?
What is the purpose of @expressionvalidator annotation?