On Sun, 15 Dec 2002, Carl Fyffe wrote:
> Date: Sun, 15 Dec 2002 23:36:05 -0500 > From: Carl Fyffe <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: [OT] Overloaded setters in JavaBeans > > I looked all over for an example. I read the docs and even tried to > create an example, but I can not get this to work. I created a BeanInfo > and defined my MethodDescriptors, here is the code: > You need to override the *property* descriptors, not the *method* descriptors. That is what PropertyUtils looks at. Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

