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
Does apache tomcat use struts?
What are the core classes of the struts framework?
What do you know about validation plugin ?
how to develop the submit and search operations in single jsp using struts?
Explain struts.devmode?
Give an example where struts tiles may be used?
Describe the two types of formbeans.
What is the use of Struts.xml configuration file?
What is struts? Explain
What do you mean by struts.dev mode?
How properties of a form are validated in Struts?
List the important attribute and elements of action mapping under struts.
What is the forward action utilized for?
What is includeaction?
What is actionservlet?