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
How does struts work?
What is switchaction?
What is declarative exception handling in struts?
how does request processor relates to action mapping?
What is struts.devmode?
What is the purpose of @element?
Are struts and shocks the same?
What are the core classes of struts framework? Explain
What configuration changes are required to use resource files in Struts?
What is actionform in struts?
Explain the difference between jakarta struts and apache struts?
Why do we use struts?
Give an example where struts tiles may be used?
What is the purpose of @key?
How interceptor works in struts 2?