How many types of action clases are there in stuts and
their uses?
Answer Posted / nagendrakumar kalagara
There are 8 Action Classes are given in org.apache.struts.actions package and this is given in struts-extras-1.3.8.jar.
1.Dispatch Action
2.LookupDispatch Action
3.MappingDispatch Action
4.Switch Action
5.Forward Action
6.Include Action
7.Download Action
8.Locale Action
this is the correct way of understanding actions.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Which servlet does the struts framework use?
How is declarative handling of exceptions done in struts ?
What is struts2 in java?
What is the purpose of struts.properties in struct2?
What is apache struts cve 2017 5638?
What is the difference between forwardaction and includeaction?
What are the Core classes of Struts Framework?
How to work with error tags?
How client side validation is enabled on a jsp form?
What is the difference between session scope and request scope when saving formbean ?
Can we handle exceptions in Struts programmatically?
What is the purpose of @doublerangefieldvalidator annotation?
How struts2 supports internationalization?
What is http redirect?
Explain about the library tag?