Answer Posted / madhu
1.Request processor class contains th code of form
processing logic.
2.it follows the chain of responsibility.
3.action servlet sends the request to the RP.
4.RP binds the values to the form bean by calling setters
and dispath the request to the following according the
situation.
a.errors handlers
b.forwards
Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Why do we use struts?
What does validation interceptor?
What is the use of reset method of ActionForm class?
How to use forward action to restrict a strut application to mvc?
What is the purpose of interceptors?
Name some useful annotations introduced in Struts2?
What are the applications of struts?
What are the benefits of Struts framework?
What does action do in struts?
Where can I get a copy of struts?
What are the main classes which are used in struts application?
What are the two types of validations supported by validator framework?
What are Struts2 core components?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the some useful annotations introduced in struts2?