How can I make own ActionServlet? with example
Answer Posted / sekhar babu
Yes we can write our own ActionServlet
by extending ActionServlet,
But in web.xml we have to specify the new class in
<class-name>tag
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of @stringlengthfieldvalidator annotation?
What do you mean by dynaactionform?
What are the benefits of Interceptors in Struts2?
What are the pros of struts 2?
What are the core classes of the struts framework?
What is life cycle of an interceptor?
List some struts tag libraries?
What is the purpose of @result annotation?
Can we use struts and spring together?
What is an interceptor stack?
What is used to display the intermediate result in an interceptor?
How you will enable front-end validation based on the xml in validation.xml?
What are action errors and error?
What is the use of resourcebundle.properties file in Struts Validation framework?
What are result types in struts?