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 |
Explain struts.devmode?
What is the purpose of @doublerangefieldvalidator annotation?
How to use dispatchaction?
How to forward from Array List to Jsp in Struts ActionServlet class?
What is used to display the intermediate result in an interceptor?
what is a RequestProcessor?
how to implement singletun design patteren in struts?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
How can you create your custom interceptor in struts 2?
Can i use constructor in Action Class?If yes how?
What is the difference between struts and spring?
What is the purpose of redirect result type?