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 are different ways to create Action classes in Struts2?
What are the bundled validators?
how does request processor relates to action mapping?
What are result types in struts?
What are apache struts?
Name some useful annotations introduced in Struts2?
What do you mean by tiles in struts?
What are the main classes which are used in struts application?
Explain the components of struts?
How to override the default error message that can come during file uploading process?
What is apache struts used for?
Is struts 1 still supported?
What is actionservlet?
What is http forward?
Define struts?