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 ValueStack and OGNL?
Can you explain struts validator framework?
what is meant by Struts Validator Framework?
What is the purpose of @action annotation?
Name the different types of actions found in struts.
What is the purpose of @before?
What is the purpose of @results?
Give an alternative way to protect jsp’s with not much features from direct access.
What is action chaining ?
Can a reducer dispatch an action?
Who makes the struts?
Explain about the validation steps which have to be carried during validation of client-side address?
Can we use struts and spring together?
Why do we use struts?
Are the struts tags xhtml compliant ?