Polymorphism through s:textfield

2009-02-22 Thread Kumar Iyer
lass member definition "T t". I can live with 3 different tags in my JSP. Regards, Kumar. -- View this message in context: http://www.nabble.com/Polymorphism-through-s%3Atextfield-tp22149774p22149774.html Sent from the Struts - User

Re: Polymorphism

2005-07-21 Thread Dakota Jack
Polymorphism is late binding and is not "implemented" per se. It is used, of course. When you implement an interface with different classes, late binding determines at runtime how to handle the class if it is passed in as a member of the interface type. On 21 Jul 2005 04:53:21 -

Re: Polymorphism

2005-07-20 Thread netsql
... ah... Formbeans extend ... and so do actions ... Then it pick the user implementations and executes. .V syed abrar wrote: Hello All This question might look some what stupid,but it is important for me..How is Polymorphism implemented in struts If any of you guys knows the

Polymorphism

2005-07-20 Thread syed abrar
Hello All This question might look some what stupid,but it is important for me..How is Polymorphism implemented in struts If any of you guys knows the answer please send it to me Regards Syed Abrar