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
Which file is used by controller to get mapping information for request routing?
What is interceptor? And life cycle methods of interceptor?
What is the use of struts config xml file?
How to use dispatchaction?
Mark the differences between html tags and strut specific html tags.
Which class of struts is responsible to converts data types from string and vice versa?
What is the use of reset method of ActionForm class?
What is front controller in struts2?
What is the purpose of form-be tag in struct-config.xml?
Difference between html tags and struts specific html tags
Can we have multiple struts config files ?
What are inner class and anonymous class?
Can explain about the validations and in your project where did u used the validations?
Are interceptors and filters different?
What is DynaActionForm?