[hibernate-issues] [Hibernate-JIRA] Created: (HV-58) @Digits broken with string not representing a numeric

Anthony Patricio (JIRA) noreply at atlassian.com
Tue May 20 02:54:33 EDT 2008


@Digits broken with string not representing a numeric
-----------------------------------------------------

                 Key: HV-58
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-58
             Project: Hibernate Validator
          Issue Type: Bug
          Components: validators
    Affects Versions: 3.0.0.ga
            Reporter: Anthony Patricio


@Digits hibernate validator is not working.  using @Pattern(regex=...)

@Digits(integerDigits=5, message="PERMITTED BARCODE LENGTH MUST BE 5")

The @Digits validator does not work properly (e.g. if I enter "efg" in the inputText, I should see the err msg in h:messages component).

refer to:
http://forum.hibernate.org/viewtopic.php?t=972868

-- 
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