What is Request Dispatcher and what is Request Process?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srinivas
Controller class ActionServlet is he request Dispatcher.
where as Action classes are request processer.
| Is This Answer Correct ? | 4 Yes | 13 No |
Is it possible to create mulitple instance of one Action Class in struts?
why we are not implement business logic in struts action?
What is the difference between requestaware and servletrequestaware interface?
What are interceptors in struts 2?
What is dispatch action class?
What is the use of jsonvalidation in struts?
How can we display all validation errors to user on jsp page?
For a single Struts application, can we have multiple struts-config.xml files?
Are interceptors and filters different?
In how many ways duplicate form submission can occurs?
Explain the difference between plain-validator and field-validator in struts?
What is DynaActionForm?