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 |
Is struts action class singleton?
What is struts?
What is validate() and reset() functions?
Which interceptor is responsible for i18n support?
Can we write our own ActionServlet for front controller of Struts Applications?
What is the purpose of @typeconversion annotation annotation?
What is the purpose of @results annotation?
Explain about struts relation to html tags?
How do you find the struts version being used in a project?
where you store password in banking project
what is a RequestProcessor?
How are interceptors and servlet filters different?