why do we typecast ActionForm into our plain java bean
class in Action class? What is the reason?
Answer Posted / kiran
Action Form is basically sub class of Action Form Class.
When we want to assign super class with subclass object type
casting is required.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Describe validate() and reset() methods.
Is there a particularly good ide to use with struts?
What is the front controller in struts2?
How to build struts application in eclipse?
What is action support class in struts2?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is the need of struts?
What is the use of struts config xml file?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the purpose of @before?
Explain about the future of struts?
How the flow of various requests happens in struts application?
Is struts action class singleton?
Whats the difference between the default namespace and the root namespace?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they