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 |
how handle when client send multiple request at atime for multiple servlets servlets?
Where can I get help with struts?
What is actioninvocation in struts2?
What does action do in struts?
What are interceptors in struts 2?
how to create a search field in struts.with code
Explain about struts dispatch action?
wat happen when the connection is nt closed in jdbc n what vl happen when i interchange in executequery n execute statements
What’s the utilization of resource bundle properties file in struts validation structure?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the purpose of interceptors?
How we can configured action mapping in struts?