EL isn't evalutaed for the datestyle / timestyle attrs of tr:convertDateTime
----------------------------------------------------------------------------
Key: TRINIDAD-700
URL: https://issues.apache.org/jira/browse/TRINIDAD-700
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.2-core
Reporter: Matthias Weßendorf
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="#{'full'}"
timeStyle="#{'full'}" locale="#{commonBean.currLocale}"/>
</tr:outputText>
and notice the difference
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.