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 the purpose of struts.xml in struct2?
What are the conditions for actionform to work correctly?
How is the mvc design pattern used in struts framework?
What are the classes used in struts?
What is difference between struts1 and struts2?
How many servlet controllers are used in a Struts Application?
How many action classes can be used in struts application?
What types of validations are available in xml based validation in struts2?
What are the contents on web.xml in struts application ?
Explain the necessity of empty tag?
What is action class? What are the types of action class?
Which design pattern the interceptors in struts2 is based on?
What is java struts?
Is struts action class singleton?
What is the purpose of @doublerangefieldvalidator?