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 struts 2 validation works?
What is actioninvocation?
Explain integrate log4j in struts2 application?
Explain the core end goal while using java struts?
What is execute method in struts?
What are the cons of struts 2?
What is struts and why it is used?
In which order struts framework searches for a message bundle?
How many struts config file in a struts application?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the contents on web.xml in struts application ?
What is the default suffix for struts2 action uri ?
How long do struts last?
What's mvc pattern ?
What do you mean by tiles in struts?