Answer Posted / nagendra
RequestProcessor is an helper class to
ActionServlet(controller).
Actually ActionServlet is dummy all the work which is done
with the help of RequestProcessor using the method process()
ActionServlet is declarativly defined in web.xml and
RequstProcessor is an predefined class.
we can create our own RequstProcessor class
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can we use struts and spring together?
What is s token?
What is container struts2?
What is the purpose of form-be tag in struct-config.xml?
Why are springs better than struts?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
Can I have html form property without associated getter and setter formbean methods?
What is filter dispatcher in struts?
How can we write our own interceptor and map it for action?
What is the purpose of form-beans tag in struct-config.xml?
How do you create message resource?
What is the purpose of constant tag in struts.xml?
Which configuration file is used for storing jsp configuration information in struts?
What is the role of a handler in mvc based applications?
What are action errors?