How do you customize ActionServlet?
Answers were Sorted based on User's Feedback
Answer / deepshikha beck
we need to override processPreprocess(resquest,response)
method of RequestProcessor class to customize action servlet
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / srinu
you customize ActionServlet from RequsetProcessor class.In
request process class one method is their that is
processPreprocess(request,response).we can override this
method we can achieve the customize ActionServlet.
| Is This Answer Correct ? | 5 Yes | 0 No |
wahts the diif between Mvc1 and Mvc2?
Describe the two types of formbeans.
What is actionform in struts?
What are the major differences between html tags and strut specific html tags?
Is Struts Action class Thread Safe?
What are the contents on web.xml in struts application ?
explain method overridding method overloding with examples?
Explain integrate log4j in struts2 application?
what is diffrence between Dynaactionform,actionform and Dynavalidateform
How we can configured action mapping in struts?
What is the purpose of action-mappings tag in struct-config.xml?
Explain architecture of struts2?