TrDateTimeRangeValidator scriptlet dependency not correctly implemented
-----------------------------------------------------------------------

                 Key: TRINIDAD-2167
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2167
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.0-core
            Reporter: Yee-Wah Lee
            Priority: Minor


TrDateTimeRangevalidator is defined in CoreFormat.js, but XHtmlScriptletFactory 
does not include the dependencies correctly.
sCoreFormatScriptlet =
      new AliasedScriptlet(CORE_FORMAT_LIB,
                           new String[]
                           {
                             "TrNumberConverter()",
                             "TrLengthValidator()",
                             "TrRegExpValidator()",
                             "TrDateTimeRangeValidator()" // Should be added
                           },


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to