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 classes used as part of struts framework ?
Explain about the future of struts?
how to debug struts project in netbean ?
What is actioninvocation?
What configurations are stored in struts configuration file ?
What is struts in j2ee?
Which interceptor is responsible for file upload support?
State the procedure for using forward attribute of link tag’s.
Is struts mvc framework?
In which order struts framework searches for a message bundle?
Why actionservlet is singleton in struts?
What is struts2 namespace?
What is the use of namespace in action mapping in Struts2?
How exceptions are handled in struts application?
How can we handle exceptions thrown by application in Struts2?