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 |
What is the purpose of @after annotation?
Explain architecture of struts2?
what is the use of cvs in struts?
Which technologies can be used at view layer in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
In which order struts framework searches for a message bundle?
What is actionservlet?
What is front controller in struts2?
What do you mean by action errors and what are the results they force?
advantages& 5 disadvantages of MVC architecture
What do you mean by the abstract package in struts2, and what is its utilization?