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 forward action utilized for?
Why use spring, if you are already using struts?
Are interceptors and filters different?
Which design pattern the interceptors in struts2 is based on?
What do you mean by actionservlet?
What is the purpose of @key?
How duplicate form submission can be controlled in struts?
What are result types in struts?
What configurations are stored in struts configuration file ?
Difference between html tags and struts specific html tags
How the exceptions are handled in struts?
What is struts? Explain
In how many ways duplicate form submission can occurs?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are the benefits of the struts system?