How can I make own ActionServlet? with example
Answer Posted / anjani kumar jha
Yes you can make your own ActionServlet.
But how you call the Request Processor. and before writing
the ActionServlet please see the code of actionservlet and
the RequestProcessor.
And once u go throgh the code of ActionServlet u will
understand why lacs of people involving to develop the struts.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is form bean in struts?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is the significance of logic tags in Struts?
What is the use of jsonvalidation in struts?
What is package name in struts xml?
What is the difference between shocks and struts?
Which interceptor is responsible for file upload support?
Do we need to pay the struts if being used in commercial purpose?
What is the purpose of form-beans tag in struct-config.xml?
What is the purpose of @result?
What is the use of reset method of ActionForm class?
How to work with error tags?
What is the purpose of @typeconversion annotation annotation?
What is the purpose of @expressionvalidator annotation?
What are the steps used to setup dispatch action?