From: "James Mitchell" <[EMAIL PROTECTED]> > Did you ever get your answer on this?
I did; have made it public with Craig's blessing. > I could be wrong, but I think it should be PropertyUtils.setProperty(Object > bean, String name, Object value) That method works and is indeed public but it does not have the default type conversions that the BeanUtils.setProperty() method does. So now if folks want the behaviour of PropertyUtils.setProperty() with type conversions, they can use BeanUtils.setProperty(). 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]>