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
How is declarative handling of exceptions done in struts ?
How to combine the struts with velocity template?
What is the use of lookupdispatchaction?
Which design pattern the interceptors in struts2 is based on?
What is Custom Type Converter in Struts2?
What is the purpose of @conversion annotation annotation?
Do you need an alignment after replacing struts?
What is the purpose of form-beans tag in struct-config.xml?
What is the use of form bean in struts?
Which interceptor is responsible for i18n support?
What is struts-default package and what are it’s benefits?
Whats the difference between the default namespace and the root namespace?
In which order struts framework searches for a message bundle?
Name the different types of actions found in struts.
What is the use of web xml in struts2?