what is request processor class ?

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


Please Help Members By Posting Answers For Below Questions

Why do we use struts?

838


What does validation interceptor?

748


What is the use of reset method of ActionForm class?

788


How to use forward action to restrict a strut application to mvc?

800


What is the purpose of interceptors?

758


Name some useful annotations introduced in Struts2?

731


What are the applications of struts?

714


What are the benefits of Struts framework?

740


What does action do in struts?

747


Where can I get a copy of struts?

729


What are the main classes which are used in struts application?

743


What are the two types of validations supported by validator framework?

797


What are Struts2 core components?

770


how to get the last 10 elements using logic:iterate in struts with hiernate from database.

4289


What are the some useful annotations introduced in struts2?

780