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
If the framework doesn’t do what I want, can I request that a feature be added?
Which design pattern is implemented by Struts2 interceptors?
When it’s useful to use IncludeAction?
What is the purpose of @keyproperty annotation annotation?
What is the use of forwardaction?
What is the life cycle of actionform?
Mark the differences between html tags and strut specific html tags.
What is the purpose of dispatcher result type?
What is the naming convention for a resource bundle file in struts2?
Why do we need struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is role of action class?
What is DynaActionForm?
What is use of i18n interceptor?
Explain about the validation steps which have to be carried during validation of client-side address?