Answer Posted / sekgar
Request processor is a class which is under the controller
layer.this class is uesd to acces the client request from
the actionServlet process the req and then dispatches to the
next layer i.e Model(Action class).Finally Action class
calls the execute() and and it return the ActionForward to
client.
| Is This Answer Correct ? | 30 Yes | 9 No |
Post New Answer View All Answers
What does modeldriven interceptor?
What is the default suffix for struts2 action uri ?
What is dispatchaction?
What are Struts2 core components?
How does interceptor work in struts2?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the use of execAndWait interceptor?
How can duplicate form submission be handled in struts 2?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What steps are required to for an application migration from Struts1 to Struts2?
Can we have multiple struts config files in a single web app?
How to override the default error message that can come during file uploading process?
Difference between struts and spring? Or why use spring, if you are already using struts?
Explain struts?
What is the use of resourcebundle.properties file in Struts Validation framework?