[
https://issues.apache.org/jira/browse/TRINIDAD-1538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734030#action_12734030
]
Matthias Weßendorf commented on TRINIDAD-1538:
----------------------------------------------
some more details are here on this thread:
http://markmail.org/message/gt3rk32iqjgw3obg
> Failing client side validation with some date patterns
> ------------------------------------------------------
>
> Key: TRINIDAD-1538
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1538
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.2.8-core
> Reporter: Lucas Satabin
>
> Some patterns can not be validated on the client side, using a
> convertDateTime component:
> Code to reproduce:
> <tr:inputDate value="#{bean.value}">
> <f:convertDateTime pattern="yyMMdd" />
> </tr:inputDate>
> If you choose a date in the calendar, the formatting works fine in the text
> field. But when you submit, you receive an error message saying: valid
> example: 981124
> This value obviously does not work either.
> A workaround is to disable the client validation with
> <client-validation>DISABLED</client-validation> but we loose the client
> message when something is wrong (the valid example)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.