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
What is struts in java with example?
Give the details of xml files used in validator framework?
Why do we use struts?
Define struts?
What are the applications of struts?
Does apache struts run on windows?
What is the use of forwardaction?
Why use spring, if you are already using struts?
What is the significance of logic tags in Struts?
Which interceptor is responsible for i18n support?
What is actioncontext?
Give an example of validates method used to avoid errors.
What are the two types of validations supported by validator framework?
What is the purpose of execute() method?
What are the core classes of struts framework? Explain