Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answer Posted / 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 |
Post New Answer View All Answers
What is role of actionservlet?
What validate() and reset() method does ?
What is the default suffix for struts2 action uri ?
What is struts in java with example?
Can explain about the validations and in your project where did u used the validations?
What is the purpose of @element annotation annotation?
What is the differences between struts1 and struts2?
What is dispatch action class?
What design patterns are used in struts?
What is interceptor? And life cycle methods of interceptor?
What do you mean by actionform?
What is the use of interceptor?
What’s the difference between struts and turbine?
What is the use of execAndWait interceptor?
List some bundled validators?