What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Answer / Bhuwan Chandra Pandey
ActionSupport provides many useful methods such as prepare(), execute(), and validate(). Using it reduces the need for boilerplate code. However, if you want to extend custom functionality, you might create your own Action implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
How we can install struts?
How do I install struts?
What is the purpose of constant tag in struts.xml?
In struts, how can we access java beans and their properties?
If the framework doesn’t do what I want, can I request that a feature be added?
What is the use of namespace in action mapping in Struts2?
What is the purpose of execute method of action class?
its a ActionForm controller or model?
16 Answers Patni, TCS, Wipro,
What are the aware interfaces in struts2?
wahts the diif between Mvc1 and Mvc2?
What is structs 2 validation framework?