why do we typecast ActionForm into out plain java bean
class in Action class?
Answer Posted / ravikiran(aptech mumbai)
Because The methods what we declared in a bean are not of
type ActionForm class type that's why we are type casting
and calling our getters and setters
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How we can controlled duplicate form submission in struts?
Can we have more than one struts-config.xml file for a single struts application?
What is action support class in struts2?
What is the struts in java?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
Explain about tiles?
What is struts?
How long do struts last?
Where should struts xml be placed?
Is there a particularly good ide to use with struts?
What is the purpose of action-mappings tag in struct-config.xml?
Can we have multiple struts config files ?
What is interceptor struts2?
What are the components of struts?
What is difference between actionform and dynaactionform?