[hibernate-issues] [Hibernate-JIRA] Moved: (HV-20) Include the Validator class on the InvalidValue object

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon May 14 01:54:05 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HV-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard moved ANN-143 to HV-20:
----------------------------------------

    Affects Version/s:     (was: 3.1beta6)
          Component/s:     (was: validator)
                  Key: HV-20  (was: ANN-143)
              Project: Hibernate Validator  (was: Hibernate Annotations)

> Include the Validator class on the InvalidValue object
> ------------------------------------------------------
>
>                 Key: HV-20
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-20
>             Project: Hibernate Validator
>          Issue Type: Improvement
>            Reporter: Leonardo Quijano
>            Priority: Minor
>
> It'd be nice to know which validator caused an InvalidValue entry to appear.
> For example, for a @NotNull annotation we'd have:
> InvalidValue.getValidatorClass() == org.hibernate.validator.NotNullValidator
> Then, on the web layer of the application, we could iterate over every InvalidValue[], summarizing all the NotNullValidator entries we get, and showing a msg:
> * Some required fields are missing.
> (and put some asterisks on the required fields, for example).
> (I guess that can be done with an additional BeanValidator, but this solution lets us work with the InvalidValue[] array after all validation has taken place)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list