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 |
what is diffrence between Dynaactionform,actionform and Dynavalidateform
Can explain about the validations and in your project where did u used the validations?
what is the difference between page and pageContext implicit variables
What do you know about validation plugin ?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
What is the use of reset method of ActionForm class?
Explain the difference between plain-validator and field-validator in struts?
What is the difference between empty default namespace and root namespace?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What does modeldriven interceptor?
How an actionform bean is created?
What is the significance of logic tags in Struts?