HtmlDataTable « Datatable « JSF Q&A





1. java.util.Map with HtmlDataTable    stackoverflow.com

I'm developing an application on GlassFish v3 which uses Suns-RI of JavaEE6 and JSF2.0, etc. And the bad thing is, that no changes/switches away from Suns RI can be made ...

2. JSF HtmlDataTable: how to assign a custom CSS class to an arbitrary row?    stackoverflow.com

I'm on JSF 1.2 and I'm trying to assign a css class to a specific row of my <h:dataTable from Java. Is there some way to access and cutomize the resulting table ...