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
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
2 matches
Mail list logo