What types of Actions we have in Struts?
Answers were Sorted based on User's Feedback
Answer / rajasekhar
There are 5 types of Actions Struts:
1.ForwardAction
2.IncludeAction
3.DispatchAction
4.LookupDispatchAction
5.SwitchAction
| Is This Answer Correct ? | 32 Yes | 4 No |
Answer / arulmani
There are 9 Built-in action class.
1)Action
2)DispatchAction
3)LookupDispatchAction
4)MappingDispatchAction
5)InclueAction
6)DownloadAction
7)LocaleAction
8)ForwardAction
9)SwitchAction
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / abhishek.cusat.it2007
There are 9 Built-in action class.
1)Action
2)DispatchAction
3)LookupDispatchAction
4)MappingDispatchAction
5)InclueAction
6)DownloadAction
7)LocaleAction
8)ForwardAction
9)SwitchAction till struts 1.2
| Is This Answer Correct ? | 4 Yes | 3 No |
Do you need an alignment after replacing struts?
In how many ways duplicate form submission can occurs?
Which file is used by controller to get mapping information for request routing?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What is struts and why it is used?
Is Struts Framework part of J2EE?
What is struts in j2ee?
Explain about the library tag?
Why we use struts in java?
what is mean by custom tag?
Which class is the Front Controller in Struts2?
what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?