Can we write Structs application without using Action Class
directly or indirectly(extends Action class)
Answer Posted / naveen kumar t
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 |
Post New Answer View All Answers
How action-mapping tag is used for request forwarding in struts configuration file?
What is front controller in struts2?
What is the purpose of @keyproperty annotation annotation?
How does interceptor work in struts2?
Explain struts?
Will the struts tags support other markup languages such as wml ?
What are the core classes of struts framework? Explain
What are the components of struts framework?
What is apache struts used for?
What is the purpose of @validations annotation?
Explain the core end goal while using java struts?
What is used to display the intermediate result in an interceptor?
What's the purpose of execute method of action class?
Why do we use struts?
Name the different types of actions found in struts.