Can we write our own ActionServlet for front controller of
Struts Applications?
Answer Posted / nmreddy
yes,
1.Take any servlet it must extends predefined ActionServlet
2. call super class methods
3.our own logic
4.it must be configure in web.xml file
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the purpose of @keyproperty annotation annotation?
What is the difference between forwardaction and includeaction?
What are action classes in struts?
What are struts in java?
Can I have html form property without associated getter and setter formbean methods?
How do struts work?
What is struts framework in java?
Which design pattern is implemented by Struts2 interceptors?
Name some useful annotations introduced in Struts2?
What is action class?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are the conditions for actionform to work correctly?
What is filter dispatcher in struts?
What are the two types of validations supported by validator framework?