ishore Senji [mailto:[EMAIL PROTECTED]
> Sent: 11 January 2005 18:58
> To: Struts Users Mailing List
> Subject: Re: Validating DynaBean nested beans with a custom validator.
>
> This shoud do it. Isn't it?
>
> private static PersonFormBean getPersonFormBean(Object
This shoud do it. Isn't it?
private static PersonFormBean getPersonFormBean(Object bean, String property)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
java.lang.NoSuchMethodException{
return (PersonFormBean) BeanUtils.getProperty(bean, property);
}
2 matches
Mail list logo