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
How many instances of servlet usually run in a struts application ?
Which model components are supported by Struts?
What is package name in struts xml?
Which technologies can be used at view layer in struts?
How does struts2 token work?
When do I need “struts.jar” on my classpath?
What is struts2 in java?
What are the major differences between html tags and strut specific html tags?
What is dispatch action class?
Explain about tiles?
How do I access token?
What are the various struts tag libraries?
Will the struts tags support other markup languages such as wml ?
Explain the necessity of empty tag?
Describe validate() and reset() methods.