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 |
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
Provide some important Struts2 constants that you have used?
What are interceptors in struts 2?
What is the purpose of @intrangefieldvalidator annotation?
Is struts thread safe?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
What is the use of token interceptor in Struts2?
how handle when client send multiple request at atime for multiple servlets servlets?
What are the classes used in struts?
How can we work with error tags?
if u r using eclipse tool how can u debbaging u r application? plz explain with sample code
What types of Actions we have in Struts?