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
Explain the complete struts validator framework.
What is form bean in struts?
Which technologies can be used at view layer in struts?
What's the purpose of execute method of action class?
How exceptions are handled in struts application?
How to combine the struts with velocity template?
What is the use of lookupdispatchaction?
What are the features of struts?
What are the ways in which duplicate form submission can occur?
What does modeldriven interceptor?
What is the purpose of @after annotation?
What is java struts?
How can we group related actions in one group in Struts?
What is the procedure of operation of a form tag?
What is the purpose of @conversion annotation annotation?