RE: dynamic indexed properties in Form bean

2003-11-10 Thread shirishchandra.sakhare
a couple of times.. Still if u cant get it to work or have doubt, repost the question :-)) HTH. regards, Shirish -Original Message- From: Marc Dugger [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 4:56 PM To: [EMAIL PROTECTED] Subject: dynamic indexed properties in Form bean

dynamic indexed properties in Form bean

2003-11-10 Thread Marc Dugger
I'm having trouble populating a Form bean that has an indexed (variable size) nested bean. I'm using an ArrayList inside the Form bean to collect the nested properties and it's partially working. The problem is that because the index is variable, I don't know how to correctly size the ArrayList.