> -----Original Message----- > From: Ricardo Andres Quintero [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 25, 2004 2:42 PM > To: [EMAIL PROTECTED] > Subject: html:checkbox no getter method for propety > > > > Hello im getting an error that > i have a bean form with a boolean property > but when i use <html:checbox property="myProp" />, > i got a no getter method for propert myProp, > but it does exist in the bean form. > > any ideas?
Start with the obvious.... getter for boolean value is not a getBoolean(), it's isBoolean(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]