What is action support class in struts2?
Answer / Kritishwar Pathak
In Struts 2, ActionSupport is a base class that provides various utility methods and properties to facilitate the creation of action classes. It extends the parent class Action.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the differences between struts1 and struts2?
What do you mean by the abstract package in struts2, and what is its utilization?
What are the pros of struts 2?
How to use forward action to restrict a strut application to mvc?
How is token generated?
what is tiles in struts?
what is the difference between ServletContext and ServletConfig?
what are the type of forward class in Struts?
What is the role of a handler in mvc based applications?
Explain about logic match tag?
How can you create your custom interceptor in struts 2?
What is the purpose of @key annotation annotation?