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
Explain the complete struts validator framework.
What is execute method in struts?
What is the purpose of @before?
How can link tag’s action attribute be used?
What is the purpose of form-be tag in struct-config.xml?
What is container struts2?
What is the actionform?
Explain the difference between plain-validator and field-validator in struts?
Does apache struts run on windows?
What is an interceptor stack?
What steps are required to for an application migration from Struts1 to Struts2?
Is struts action class singleton?
What is the purpose of @after?
What is the procedure of operation of a form tag?
Explain about the library tag?