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 is defeult result type?
What are pull and push mvc architecture and which architecture does struts2 follow?
Explain about struts relation to html tags?
How action mapping is configured in Struts?
What are action errors and error?
Can explain about the validations and in your project where did u used the validations?
What is the purpose of @results annotation?
What is s token?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Explain about how requests from the client are sent?
Which interceptor is responsible for i18n support?
What is http redirect?
What is the purpose of @requiredstringvalidator annotation?
How to use forward action to restrict a strut application to mvc?
How many struts config file can be created in struts?