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 |
What does validation interceptor?
Name some of the features of struts2?
In strurt why w use two differnt files web.xml and strut config.xml?
What are result types in struts?
What is life cycle of an interceptor?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
what is frame work in struts?
What are the two types of validations supported by validator framework?
What is the purpose of @key annotation annotation?
How can we upload files in Struts2 application?
What kind of mvc is struts 2?
What is the purpose of @after annotation?