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
How struts control data flow?
How does struts2 token work?
Provide some important Struts2 constants that you have used?
State the procedure for using forward attribute of link tag’s.
What is the role of a handler in mvc based applications?
What is front controller in struts?
What do you mean by actionservlet?
Give an example of validates method used to avoid errors.
What are the steps involved in creating a strut application?
What is strut web xml?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of @results?
What is the purpose of global-forwards tag in struct-config.xml?
How do you create message resource?
How you will display validation fail errors on jsp page?