Leverage Commons Validator 1.3 to create enhanced validators and converters
---------------------------------------------------------------------------

                 Key: SHALE-342
                 URL: http://issues.apache.org/struts/browse/SHALE-342
             Project: Shale
          Issue Type: New Feature
          Components: Validator
            Reporter: Craig McClanahan


Commons Validator 1.3, among many other improvements, brings to the table a 
rich set of vaidation/conversion features in the 
org.apache.commons.validator.routines package.  Just as one example, integers 
can be validated against a Locale, and/or against a pattern string with 
locale-sensitive punctuation (i.e. using a "comma" separator and "period" 
decimal point for the US, or vice versa for European locales where the opposite 
convention is in place).  In addition, the validation routines offer String to 
object conversion, as well as object to string formatting.

These features make it possible for Shale to provide a comprehensive set of JSF 
converters and validators, which will work off of the same underlying 
functionality, that substantially exceed the capabilities of the converters and 
validators provided as part of a JSF standard implementation.  This ticket can 
be used to tag commits that work towards this end.



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

        

Reply via email to