On Tue, 13 Aug 2002, emmanuel.boudrant wrote:

> Date: Tue, 13 Aug 2002 15:42:28 +0200 (CEST)
> From: emmanuel.boudrant <[EMAIL PROTECTED]>
> Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Problem with bean-utils.
>
>
> Hi,
>
> We have got some problem with beans-utils, we have some forms beans with
> about 20 properties, some properties was named datXxxxx (ex: datVers,
> datSaisie...).
>
> But, randomly, Struts throw the exception : No getter methog for
> property datEffet of bean xxxx, this exception occurs only on fields
> named datXxxxx.
>
> Is there any restriction on naming properties for beans-utils ?

The naming restrictions are those that are inherited from the
java.lang.reflect.Introspector class, which is used to identify the
property getter and setter methods.  In turn, this class enforces the
property method naming patterns described in the JavaBeans specification:

  http://java.sun.com/products/javabeans/

>
>
>
> Thx,
> Emmanuel

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to