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 are the cons of struts 2?
What is the purpose of form-beans tag in struct-config.xml?
How to upload struts file?
How can we handle exceptions thrown by application in Struts2?
What inbuilt themes are provided by struts2?
What is the role of action class?
What are the aware interfaces in struts2?
Do you need an alignment after replacing struts?
What's the purpose of execute method of action class?
What is the difference between requestaware and servletrequestaware interface?
How you will enable front-end validation based on the xml in validation.xml?
How client side validation is enabled on a jsp form?
How are interceptors and servlet filters different?
Name some useful annotations introduced in Struts2?
How we can install struts?