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
What is apache struts framework?
What are the sections into which a strut configuration file can be divided?
Which class is the Front Controller in Struts2?
What is struts2 namespace?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is the difference between requestaware and servletrequestaware interface?
Lists the bundled validators in struts?
When should be opt for struts framework?
How client side validation is enabled on a jsp form?
Are struts still used?
What is dispatch action class?
What is the purpose of @beforeresult?
Can you explain value stack?
What is the use of form bean in struts?
What is dispatchaction?