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
For a single Struts application, can we have multiple struts-config.xml files?
Can you explain the directory structure for a struts folder in brief ?
What are the contents on web.xml in struts application ?
What is jakarta struts framework?
What is the use of form bean in struts?
What are result types in struts?
Is Struts Framework part of J2EE?
What are the cons of struts 2?
What is the purpose of @key?
State an example of struts configuration file as an action parameter for action servlet.
What helpers in the form of jsp pages are provided in struts framework?
List some bundled validators?
Explain about tiles?
What is execute method in struts?
What are best practices to follow while developing Struts2 application?