How many types of action clases are there in stuts and
their uses?
Answer Posted / akbar.nk
There are 9 types of Action Classes in struts, but e use
frequently only 5 types:
1.Action class
2.DispatchAction class
3.LookupDispatchAction class
4.MappingDispatchAction class
5.LocaleAction class
6.ForwardAction class
7.IncludeAction class
8.SwitchAction class
9.DownloadAction class
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
Do we need to pay the struts if being used in commercial purpose?
What is apache struts vulnerability?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is token used for?
What is declarative exception handling in struts?
Which tag is used to declare constants in struts xml?
Can we have more than one struts-config.xml file for a single struts application?
What is the role of a handler in mvc based applications?
What is role of action class?
Why do we use struts?
How can we integrate log4j in Struts2 application?
What is dispatch action class?
What is the purpose of struts.xml in struct2?
What is strut web xml?
Where can I get a copy of struts?