why do we typecast ActionForm into out plain java bean
class in Action class?
Answers were Sorted based on User's Feedback
Answer / jagadeesh b.n
Bcoz as u all know, casting are of 2 types Upcast(implicit)
and Downcast(Explicit)in core java.....Upcasting means
converting lower datatype(int) to higher datatype(long) and
Downcast means its a viceversa of upcast...(long to int)...
As u know in struts ActionForm is a superclass where as ur
Java bean program is a simple class with private fields and
set/get methods for conversion of superclass to sublclass
we use typecasting in struts...
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Answer / santhoshkumar.shaik
ok here our our form data in ActionForm
that's y u shoud do down Type Cast
othere wise u can n't use
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / johndoe
Acctually not realy thinking you should ask that, i mean
well ask, the answer is: to use it's methods.
But to understand it i recomend reading something about
polymorphy which explains why we're casting the action-
form, hope i understood right.
Regards
Jan
| Is This Answer Correct ? | 2 Yes | 7 No |
At the point, you should go for struts framework?
What is the differnce between 2-tier architecture and 3- tier architecture in java?
What is the purpose of '@keyproperty'?
How you will make available any message resources definitions file to the struts framework environment?
struts comes under which layer of three tire architecture in real time projects plz i need explaination?
10 Answers Infinite Computer Solutions, TCS,
What is the difference between validation.xml and validator-rules.xml files in struts?
In how many ways duplicate form submission can occurs?
Explain about token feature in struts?
What is spring hibernate and struts in java?
What is Struts Frame Work Architecture(With Diagram) ?
How action mapping is configured in Struts?
What is the purpose of global-forwards tag in struct-config.xml?