Re: Indexed and Nested properties

2007-09-29 Thread Rick Reumann
On 9/29/07, Radha Krishna <[EMAIL PROTECTED]> wrote: > Hi, > > i am working on indexed,nested properties. i have following entries in my > ActionForm Radha, I think you are making this too complicated trying to use an index in your setter (I think if I recall correctly you only needed that ki

Indexed and Nested properties

2007-09-29 Thread Radha Krishna
Hi, i am working on indexed,nested properties. i have following entries in my ActionForm private ArrayList countryNames = new ArrayList(); public void setCountryNames(int index,LabelValueBean val) { this.countryNames.add(index,val); } public LabelValueBean getCountr