What is Request Dispatcher and what is Request Process?
Answer Posted / guest
Requestprocessor is a controller in stutrs it receives
request from browser and makes decision where to send the
request for further processing based on servlet-congig.xml
Request Dispatcher Defines an object that receives requests
from the client and sends them to any resource (such as a
servlet, HTML file, or JSP file) on the server
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of @intrangefieldvalidator annotation?
What is the purpose of @validations annotation?
What is the difference between struts and spring? Explain
What is difference between actionform and dynaactionform?
How to use forward action to restrict a strut application to mvc?
How does one create an action in struts 2?
What is ValueStack and OGNL?
What is struts actionmapping?
How can we handle exceptions thrown by application in Struts2?
Are struts thread safe?
Does apache tomcat use struts?
How can you create your custom interceptor in struts 2?
How to work with error tags?
Can I have html form property without associated getter and setter formbean methods?
What is the purpose of @result?