validateBean(Object bean, String beanName, ActionMapping mapping, HttpServletRequest request) Run all validation (declarative validation from annotations and the result of
org.apache.beehive.netui.pageflow.Validatable.validate ) on
a given bean.
Parameters: bean - the bean to validate. Parameters: beanName - the name of the bean, to be passed to Validator to look up declarative validation rules. Parameters: mapping - the current ActionMapping. Parameters: request - the current HttpServletRequest.
Run all validation (declarative validation from annotations and the result of
org.apache.beehive.netui.pageflow.Validatable.validate ) on
a given bean.
Parameters: bean - the bean to validate. Parameters: beanName - the name of the bean, to be passed to Validator to look up declarative validation rules. Parameters: mapping - the current ActionMapping. Parameters: request - the current HttpServletRequest. an ActionErrors object containing errors that occurred during bean validation.