[jboss-user] [JBoss Seam] - Re: UTF-8 problem within JSF
db__
do-not-reply at jboss.com
Thu Sep 14 09:49:59 EDT 2006
<h:dataTable value="#{currentOrder.orderLines}" var="orderLine">
<h:column>
<f:facet name="header">
<h:outputText value="#{msgs.cartArticleColumn}" />
</f:facet>
<h:outputText value="#{orderLine.item.name}" />
....
A Bean property
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971559#3971559
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971559
More information about the jboss-user
mailing list