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 |
who will run the execute method in struts?
What is struts in java with example?
What is the purpose of '@customvalidator'?
Are struts and shocks the same?
Can we have multiple struts config files in a single web app?
how canu done chechin and check out of u r project using with sample examples?
What is the purpose of @before annotation?
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then
How long do struts last?
What is Struts Frame Work Architecture(With Diagram) ?
what is is the use DynaActionForm?
Give the details of xml files used in validator framework?