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
Explain about the library tag?
How can we upload files in Struts2 application?
What do you mean by action errors and what are the results they force?
Are interceptors and filters different?
What is life cycle of an interceptor?
Which design pattern the interceptors in struts2 is based on?
What is action class?
Can you explain value stack?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is struts framework?
Are the struts tags xhtml compliant ?
How many action classes can be used in struts application?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the purpose of execute method of action class?
What are the pros of struts 2?