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 the purpose of @before?
What are the various struts tag libraries?
How interceptor works in struts 2?
What is request processor and how does it relates to action mapping?
What is the purpose of @result?
What is the purpose of @beforeresult?
Why is it called struts?
Can I have html form property without associated getter and setter formbean methods?
how to connect from struts to database through hibernet and where u can modify the class
Explain about the validation steps which have to be carried during validation of client-side address?
Where should struts xml be placed?
Which file is used by controller to get mapping information for request routing?
What is actioncontext?
What is the purpose of constant tag in struts.xml?
What is action servlet in struts?