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
Is struts 1 still supported?
Provide some important Struts2 constants that you have used?
How do I install struts?
Whats the difference between the default namespace and the root namespace?
Which configuration files are used in struts?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is filter dispatcher in struts?
What is the use of jsonvalidation?
What is includeaction?
How can we display all validation errors to user on jsp page?
What configuration changes are required to use resource files in Struts?
What is the purpose of @after?
What is an interceptor stack?
Define struts?
What are the features of struts?