RE: Need for a sample with indexed properties

2003-10-06 Thread Frederic Dernbach
Hi David, Thanks for the tip you send me; It helped solve my problem. I'm less of a beginner now ! -) Fred Le ven 03/10/2003 à 15:36, [EMAIL PROTECTED] a écrit : > I'm working through the same issues myself. > > here is a good start http://jakarta.apache.org/struts/faqs/indexedprops.html -- i

RE: Need for a sample with indexed properties

2003-10-03 Thread david.ballard
I'm working through the same issues myself. here is a good start http://jakarta.apache.org/struts/faqs/indexedprops.html -- it will cover the first 2 of your points. david -Original Message- From: Frederic Dernbach [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 2:59 AM To:

RE: Need for a sample with indexed properties

2003-10-03 Thread shirishchandra.sakhare
class MyForm{ public BankInfoStringBean getBankInfoBean(int index){ //lazy initialization while(index >= this.getBankList().size() ){ this.getBankList().add(new BankInfoStringBean()); } return (BankInfoStrin