Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answer Posted / 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 |
Post New Answer View All Answers
Are struts and shocks the same?
When it’s useful to use IncludeAction?
What are the struts2 error message keys that can come during file uploading process?
What are different ways to create Action classes in Struts2?
What are the two types of validations supported by validator framework?
What are the core components of a struct2 based application?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
How do you create message resource?
What is struts framework in java?
Can we integrate struts with spring?
What is the use of reset method of ActionForm class?
How is a lookup dispatch action created?
Difference between struts and spring? Or why use spring, if you are already using struts?
How does interceptor work in struts2?
What is struts-default package and what are it’s benefits?