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 dispatcher result type?
What is s token?
What does execandwait interceptor?
In how many ways duplicate form submission can occurs?
Which class of struts is responsible to converts data types from string and vice versa?
What’s the utilization of struts.xml configuration file?
What is interceptor in Struts2?
List some bundled validators?
Explain about how requests from the client are sent?
What is the purpose of form-beans tag in struct-config.xml?
Explain the core end goal while using java struts?
How does struts work?
What is the purpose of @requiredstringvalidator annotation?
What are the different kinds of actions in struts?
How you will make available any message resources definitions file to the struts framework environment?