The table references the model with:
<t:dataTable value="#{mainListItems}" var="listItem"
In the table i use mostly the listItem variable like:
<h:outputText value="#{messages[listItem.title]}" />
But also mainBean properties directly like:
<t:column rendered="#{mainBean.listContainsType == 'USER'}">
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039211#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...