[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - nothing is displayed when formatting with a pattern of <f:co
meurisse
do-not-reply at jboss.com
Thu Nov 15 13:26:44 EST 2007
<h:outputText> displays nothing when the output is formatted using <f:convertDateTime>
| <h:outputText id="testTimeFormatting" value="#{someBean.someDate}">
| <f:convertDateTime pattern="HH:mm:ss"/>
| </h:outputText>
|
The webapp runs (inside an ear) on jboss 4.2.1.GA using:
myfaces 1.1.5
tomahawk 1.1.6
richfaces 3.1.2.GA
facelets 1.1.13
A similar test on tomcat 5.5.25 using the same jsf libraries displays the time as expected.
Thanks for any suggestion,
Joel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105167#4105167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105167
More information about the jboss-user
mailing list