RE: FormBean array properties

2003-01-16 Thread Wendy Smoak
> I have a multiple select html element named "countries" in a form. > How should my FormBean getters and setters be? > public String[] getCountries() > { return this.countries; } > public String getCountries(int index) > { return this.countries[index]; } > public void setCountries(St

FormBean array properties

2003-01-16 Thread guigar
Hi I have a multiple select html element named "countries" in a form. How should my FormBean getters and setters be? public String[] getCountries() { return this.countries; } public String getCountries(int index) { return this.countries[index]; } public void setCountries(String