Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answers were Sorted based on User's Feedback
No we cannot . since action servlet is the controller in
struts application which is the super class of Action Class.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / deepthi
yes we can write a struts application without using Action
class in struts 2.0.In struts 1.2 it is not possible because
it is API dependendent.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / akhilesh
Since all Action classes like
ForwardAction,IncludeAction,DispatchAction are sub classes
of Action class so in struts1.1 its not possible but Struts2
Action class has obsolete so we can..
| Is This Answer Correct ? | 1 Yes | 0 No |
What configuration changes are required to use Tiles in Struts?
Which interceptor is responsible for file upload support?
Explain design patterns which is used in struts?
What is Custom Type Converter in Struts2?
Is form beans are serializable or not?
11 Answers College School Exams Tests, Magna Infotech,
What is form bean in struts?
Which configuration files are used in struts?
What design patterns are used in struts?
How nested beans can be used in Struts applications?
What does i18n interceptor?
How many instances of servlet usually run in a struts application ?
Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.