How can I make own ActionServlet? with example
Answer Posted / srinu
its simple.our servlet extends ActionServlet.
and also writes in web.xml file entry <servlet-class>name be
our servlet name.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of plug-in tag in struct-config.xml?
how to develop the submit and search operations in single jsp using struts?
What is the purpose of @urlvalidator annotation?
What is ValueStack and OGNL?
How to handle exceptions in structs?
How we can install struts?
What is the purpose of @beforeresult annotation?
What is filter dispatcher in struts?
What is the naming convention for a resource bundle file in struts2?
What is the purpose of struct-config.xml in struct2?
What is the use of token interceptor in Struts2?
How duplicate form submission can be controlled in struts?
What is request processor and how does it relates to action mapping?
What is the purpose of interceptors?
What is the purpose of @conversionerrorfieldvalidator annotation?