Re: hml:select question

2005-02-09 Thread Bill Siggelkow
I didn't quite follow code sample, but I believe that your Vendor object (not your ActionForm) needs to have getName() getVendor() methods. -Bill Siggelkow Sergey Livanov wrote: I have a vendors collection consisting of bean Vendor( long vendor, String name ) When I'm writing

hml:select question

2005-02-08 Thread Sergey Livanov
I have a vendors collection consisting of bean Vendor( long vendor, String name ) When I'm writing a null value occur! MY FORM private Vendor [] vendors ; public Vendor [] getVendors() { return this.vendors; } public void setVendors( Vendor [] newvendors )