<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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...