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
If the framework doesn’t do what I want, can I request that a feature be added?
What is struts actionmapping?
What is struts2 in java?
What are the action classes in struts?
What is ValueStack and OGNL?
What is the purpose of action-mappings tag in struct-config.xml?
What are construction struts?
What is the purpose of @validations annotation?
Can you explain struts validator framework?
For a single Struts application, can we have multiple struts-config.xml files?
What do you mean by dynaactionform?
What is ognl?
How can we work with error tags?
How to combine the struts with velocity template?
What is actionmapping?