i have one doubt.. i need to iterate a indexed bean propery say List can i be
able to do with the parent from bean reference...?


    BaseFrom extends ActionForm {

          private List myList = null;
}
      
    ChildForm extends BaseForm 

now i want to do a iteration of ChildForm in jsp with the BaseForm
reference...
if we can how to get the BaseForm reference in jsp...


-- 
View this message in context: 
http://www.nabble.com/inheritance...-tp16926881p16926881.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to