Henning Nöth created TOBAGO-2168:
------------------------------------
Summary: tc:date with type=time 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
A <tc:date type="time" value="#{java.util.Date-Object}"/> doesn't work.
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 be "HH:mm:ss".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)