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 two types of validations supported by validator framework?
What is the purpose of @typeconversion annotation annotation?
What is the use of struts config xml file?
Is there a particularly good ide to use with struts?
What is the purpose of @results?
how to develop the submit and search operations in single jsp using struts?
What is the use of token interceptor in Struts2?
What is the purpose of @expressionvalidator annotation?
Whats the difference between the default namespace and the root namespace?
Why was reload removed from struts (since 1.1)?
How you will enable front-end validation based on the xml in validation.xml?
Why are struts tightly coupled?
Why use struts framework in java?
What is the purpose of @before annotation?
What is the use of reset method of ActionForm class?