How do you customize ActionServlet?
Answer Posted / 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 |
Post New Answer View All Answers
What is declarative exception handling in struts?
Why use struts framework in java?
Can explain about the validations and in your project where did u used the validations?
What is action support class in struts2?
What is the apache struts vulnerability?
How you will make available any message resources definitions file to the struts framework environment?
Why it called struts?
Why actionservlet is singleton in struts?
What is the use of resourcebundle.properties file in Struts Validation framework?
What are the features of struts 2?
Can you explain custom tag?
How can we group related actions in one group in Struts?
What is the use of reset method of ActionForm class?
How can we write our own interceptor and map it for action?
What is actionservlet?