why do we typecast ActionForm into our plain java bean
class in Action class? What is the reason?
Answer Posted / kartheeswari
ActionForm is a parent class for our userdefined formbean.
Ex. MyBean,means which has to be extended the ActionForm.
when we try to assign a parent class into subclass we need
downcasting.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to explain Software Bank Loan descriptions
How to upload struts file?
What are the aware interfaces in struts2?
Explain about the validation steps which have to be carried during validation of client-side address?
Can we integrate struts with spring?
If the framework doesn’t do what I want, can I request that a feature be added?
Explain about the library tag?
What are the core classes of the struts framework?
What are action errors and error?
Give an example of validates method used to avoid errors.
What are the various struts tag libraries?
What is validate() and reset() functions?
What is the purpose of plug-in tag in struct-config.xml?
What is the purpose of @urlvalidator annotation?
Why is action servlet a singleton in struts?