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
What are inner class and anonymous class?
What is structs 2 validation framework?
What is use of i18n interceptor?
What does it cost to replace struts?
What is struts in j2ee?
How to use forward action to restrict a strut application to mvc?
What is the role of action class?
What is struts-default package and what are it’s benefits?
What is the life cycle of actionform?
What are action errors and error?
What is the difference between struts1 and struts2?
What’s the utilization of struts.xml configuration file?
What are the two types of validations supported by validator framework?
How can link tag’s action attribute be used?
Which interceptor is responsible for i18n support?