Can we write our own ActionServlet for front controller of
Struts Applications?
Answer Posted / nmreddy
yes,
1.Take any servlet it must extends predefined ActionServlet
2. call super class methods
3.our own logic
4.it must be configure in web.xml file
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Are interceptors thread safe?
Is there a particularly good ide to use with struts?
What is the difference between shocks and struts?
What is action servlet in struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the purpose of @before annotation?
Explain about struts?
How do struts work?
What are the struts2 error message keys that can come during file uploading process?
What is front controller in struts2?
Is struts 1 still supported?
Which tag is used to declare constants in struts xml?
What is the difference between empty default namespace and root namespace?
How can we upload files in Struts2 application?
What is struts.devmode?