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 |
At the point, you should go for struts framework?
Who wrote struts?
what are the actions in struts?
How interceptor works in struts 2?
What steps are required to for an application migration from Struts1 to Struts2?
Describe the basic steps used to create a tiles application?
What’s the utilization of struts.xml configuration file?
Which class is the Front Controller in Struts2?
What are Struts properties?
What is apache struts framework?
What are the cons of struts 2?
Does apache struts run on windows?