what are the actions in struts?
Answers were Sorted based on User's Feedback
Answer / chandrajyothi
The following are the actions in structs
1.Dispatch Action
2.Include Action
2.Forward Action
4.Switch Action
5.Lookup Dispatch Action
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / rahul ratnawat
1.Action
2.DispatchAction
3.EventDispatchAction
4.LookupDispatchAction
5.IncludeAction
6.ForwardAction
7.LocalAction
8.SwitchAction
9.MappingDispatchAction
10.DownloadAction
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / venkateswar reddy
There r 4 Action classes in Struts
They r
1.Dispatch Action
2.Include Action
2.Forward Action
4.Swithch Action
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / pandu
Hi following are the Action's
1)Action
2)Dispatch Action
3)look up Dispatch Action
4)Mapping Dispatch Action
5)Forward Action
6)Inlcude Action
7)Switch Action.
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / trinadh
DispatchAction,
LookupDispatchAction,
IncludeAction
ForwardAction
SwitchAction
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vikas
*ForwardAction
*IncludeAction
*DispatchAction
*LookupDispatchAction
*SwitchAction
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / sreenu
DispatchAction
LookupDispatchAction
MappingDispatchAction
switchAction
ForwardAction
IncludeAction
DownloadAction
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manas
the actions are
action class,lookupDispatchAction,DispatchAction
| Is This Answer Correct ? | 2 Yes | 5 No |
Answer / manju
action class
dispatch action
lookup dispatch action
action forward
| Is This Answer Correct ? | 2 Yes | 5 No |
How to explain struts work flow
12 Answers CSS, iFlex, iGate, mpower, TCS,
What is struts?
What is Struts Frame Work Architecture(With Diagram) ?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
Does struts include its own unit tests?
what is the purpose of load_on_startup entry in struts- config.xml?
What design patterns are used in struts?
What is role of action class?
What does apache struts do?
What is used to display the intermediate result in an interceptor?
Is struts mvc framework?