Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answer Posted / naveen kumar t
No we cannot . since action servlet is the controller in
struts application which is the super class of Action Class.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is xml based validation in struts2?
What does it cost to replace struts?
What is validate() and reset() functions?
What are the differences between http direct and http indirect?
How do you convert struts to springs?
Why are frameworks used?
What is role of action class?
What are the important methods of actionform?
Can we use struts and spring together?
What is the purpose of plug-in tag in struct-config.xml?
What is used to display the intermediate result in an interceptor?
What is the purpose of @emailvalidator?
How do you create message resource?
What is the purpose of action-mappings tag in struct-config.xml?
How to display validation errors on jsp page?