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
How the flow of various requests happens in struts application?
What is the difference between forwardaction and includeaction?
How can we write our own interceptor and map it for action?
What is lookupdispatchaction?
What are the some useful annotations introduced in struts2?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the purpose of @requiredstringvalidator?
What is life cycle of an interceptor?
Are struts still used?
What does apache struts do?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is request processor and how does it relates to action mapping?
What are the struts2 error message keys that can come during file uploading process?
what is meant by Struts Validator Framework?
How client side validation is enabled on a jsp form?