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