Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.2-core, 1.2.2-core
-
None
-
None
Description
compare
<tr:outputText value="#
{clientValidation.date}"><tr:convertDateTime type="both" dateStyle="#{'full'}"
timeStyle="#{'full'}" locale="#{commonBean.currLocale}"/>
</tr:outputText>
vs.
<tr:outputText value="#{clientValidation.date}
">
<f:convertDateTime type="both" dateStyle="#
timeStyle="#{'full'}
" locale="#
{commonBean.currLocale}"/>
</tr:outputText>
and notice the difference