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
How is forward action used for integration?
What types of validations are available in xml based validation in struts2?
Explain about logic match tag?
What is use of i18n interceptor?
Describe the two types of formbeans.
What are the bundled validators?
What is interceptor? And life cycle methods of interceptor?
How to convert struts to spring mvc?
Is there a particularly good ide to use with struts?
How nested beans can be used in Struts applications?
What is http redirect?
What are the core components of a struct2 based application?
What is struts 2 framework in java?
How do you convert struts to springs?
What are the benefits of Struts framework?