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
Give an example where struts tiles may be used?
What kind of mvc is struts 2?
Does apache tomcat use struts?
What do you mean by dynaactionform?
What is action class?
How do I access token?
What is value stack?
How do you convert struts to springs?
What are the features of struts?
How struts 2 validation works?
What is the purpose of @element annotation annotation?
Can you explain struts.properties in struts2?
How do u provide security to ur project?(Banking domain project)
What are the custom tags?
How struts2 supports internationalization?