[ 
https://issues.apache.org/jira/browse/TRINIDAD-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159429#comment-13159429
 ] 

Yee-Wah Lee commented on TRINIDAD-2167:
---------------------------------------

The actual dependency for DateTimeRangeValidator is working properly (it is 
being declared via "TrNumberConverter()").
                
> 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