Answer Posted / samba
in RequestProcessor we have process()
this process method used to process the enduser request
and it is called by the action servlet doget()or dopost()
method by default it work one way
if u want change the flow of the application before
invoking our action classes we to implent the
requestprocess class
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How the flow of various requests happens in struts application?
What is actionmapping?
What is the role of action class in struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How to combine the struts with velocity template?
What is the use of struts?
What is the purpose of @result?
Explain about logic match tag?
How we can controlled duplicate form submission in struts?
What configuration changes are required to use Tiles in Struts?
What are the 5 constants of action interface?
How client side validation is enabled on a jsp form?
What is front controller in struts2?
What is action support class in struts2?