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
Can you give an overview of how a struts application flows?
How we can controlled duplicate form submission in struts?
What are the components of struts?
What validate() and reset() method does ?
What is execute method in struts?
What are the ways in which duplicate form submission can occur?
What is the difference between session scope and request scope when saving formbean ?
Why are springs better than struts?
How can link tag’s action attribute be used?
Explain about the future of struts?
Is struts 1 still supported?
What is interceptor struts2?
How we can configured action mapping in struts?
What are the features of struts 2?
What are the pros of struts 2?