[ 
https://issues.apache.org/jira/browse/TOBAGO-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Nöth resolved TOBAGO-2168.
----------------------------------
    Fix Version/s: 5.3.1
       Resolution: Fixed

> tc:date with type=time/datetime-local doesn't work with java.util.Date
> ----------------------------------------------------------------------
>
>                 Key: TOBAGO-2168
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2168
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 5.3.0
>            Reporter: Henning Nöth
>            Assignee: Henning Nöth
>            Priority: Major
>             Fix For: 5.3.1
>
>
> {code:xml}
> <tc:date type="time" value="#{java.util.Date-Object}"/> 
> {code}
> doesn't work. If a submit is executed an error occur (could not be understood 
> as a date).
> A workaround is:
> {code:xml}
> <tc:date type="time" value="#{java.util.Date-Object}">
>   <f:convertDateTime type="time" pattern="HH:mm"/>
> </tc:date>
> {code}
> If the attribute *step=1* is used, the pattern attribute must have the value 
> "HH:mm:ss".



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to