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
Give an example where struts tiles may be used?
How do you create message resource?
Which interceptor is responsible for file upload support?
What is apache struts vulnerability?
How long do struts last?
What is the purpose of struts.properties in struct2?
What is the purpose of action-mappings tag in struct-config.xml?
Explain about the process of functioning of the struts program?
Whats the difference between the default namespace and the root namespace?
How can we work with error tags?
What applications use apache struts?
What are the differences between http direct and http indirect?
How does interceptor work in struts2?
What is struts framework in java?
What is the flow of requests in struts based applications?