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 can we integrate log4j in Struts2 application?
What are the differences between http direct and http indirect?
Does struts include its own unit tests?
Why do we use struts?
What is Custom Type Converter in Struts2?
How we can configured action mapping in struts?
When do I need “struts.jar” on my classpath?
How many instances of servlet usually run in a struts application ?
What are action errors?
How we can install struts?
What is struts2 namespace?
Explain the difference between plain-validator and field-validator in struts?
State an example of struts configuration file as an action parameter for action servlet.
how to connect from struts to database through hibernet and where u can modify the class
How does struts2 token work?