Description
<tc:date type="time" value="#{java.util.Date-Object}"/>
doesn't work. If a submit is executed an error occur (could not be understood as a date).
A workaround is:
<tc:date type="time" value="#{java.util.Date-Object}"> <f:convertDateTime type="time" pattern="HH:mm"/> </tc:date>
If the attribute step=1 is used, the pattern attribute must have the value "HH:mm:ss".