[
https://issues.apache.org/jira/browse/TOMAHAWK-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607442#action_12607442
]
Leonardo Uribe commented on TOMAHAWK-1014:
------------------------------------------
Checking the code several times, inputDate component uses its inner class
UserData to store, and convert the values submitted. It does not allow any
converter set, so converter property should be excluded from its tld.
On decode() method, the submitted value is converted to UserData, so any
converter that some user want to use should convert to UserData, in other words
do the same.
The solution to this issue should be exclude converter property from its tld.
> HTMLInputDate ignores custom converters
> ---------------------------------------
>
> Key: TOMAHAWK-1014
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1014
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: Date
> Affects Versions: 1.1.5
> Reporter: Steven Gollery
>
> Setting a custom converter on HTMLInputDate fails.
> HTMLDateRenderer.getConvertedValue does not use the converter from the
> component, but instead uses UserData.parse.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.