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
How is a lookup dispatch action created?
Describe the two types of formbeans.
Why are springs better than struts?
Explain the core end goal while using java struts?
How to work with error tags?
What is the purpose of @conversion annotation annotation?
How nested beans can be used in Struts applications?
What does i18n interceptor?
What is the use of jsonvalidation in struts?
List the important attribute and elements of action mapping under struts.
Can we have multiple struts config files in a single web app?
What are the classes used as part of struts framework ?
how to connect from struts to database through hibernet and where u can modify the class
Are actions thread safe?
How can we display validation errors on jsp page?