<h:dataTable cellpadding="0" cellspacing="0" styleClass="list_table" id="OuterItems" value="#{valueList.values}" var="item" border="0"> <h:column rendered="#{item.typeA"> <h:dataTable cellpadding="0" cellspacing="0" ...
How to color the rows of HTMLdatatable based on the condition in JSF 1.0?
I use JSF 1.2. I have a Data Table which I fill in dynamic way like it's shown in that tutorial : http://balusc.blogspot.com/2006/06/using-datatables.html#PopulateDynamicDatatable My code is very similar to that ...