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
Difference between html tags and struts specific html tags
What is the difference between requestaware and servletrequestaware interface?
What is DynaActionForm?
What is dispatchaction?
Can a reducer dispatch an action?
What is filter dispatcher in struts?
Which class of struts is responsible to converts data types from string and vice versa?
What is struts? Explain
What is the use of jsonvalidation in struts?
Is struts compatible with other java technologies?
What is the purpose of @doublerangefieldvalidator annotation?
How is forward action used for integration?
Explain about the
What is actionmapping?
What is the use of struts?