Can we write our own ActionServlet for front controller of
Struts Applications?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / biswaa
yes, but remember our CustomActionServlet class must do what
default ActionServlet is doing..
| Is This Answer Correct ? | 5 Yes | 1 No |
What are the differences between http direct and http indirect?
What are the features of struts 2?
what is the diff between struts1.0 and struts2.0
What do you mean by action errors and what are the results they force?
What are the steps involved in creating a strut application?
Difference between ActionErrors and ActionMessage?
What is the use of web xml in struts2?
Does apache tomcat use struts?
Can we have multiple struts config files ?
what is the difference between model1 and model2 architecture in struts?
What is the purpose of form-be tag in struct-config.xml?
What is the purpose of @before?