Did you ever get your answer on this?

I could be wrong, but I think it should be PropertyUtils.setProperty(Object
bean, String name, Object value)

JM

> -----Original Message-----
> From: James Strachan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 16, 2002 12:00 PM
> To: Jakarta Commons Developers
> Subject: [beanutils] making BeanUtils.setProperty() public
>
>
> For some reason the very useful BeanUtils.setProperty(bean,
> property, value)
> method is private. Does anyone have any objections to making it public?
>
> Creating a Map and filling it with one property/value pair so that
> BeanUtils.populate() can be called seems a tad inefficient if someone only
> wants to set one property, using the same conversion rules as
> BeanUtils.populate().
>
> James
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to