Datatable « MyFaces « JSF Q&A





1. JSF dataTable to display a fixed number of rows    stackoverflow.com

Greetings, The context is myFaces 2.0.2, possibly also adding Tomahawk 20-1.1.10 I have created a dataTable (currently an h:dataTable, but could also be a t:dataTable using Tomahawk) displaying certain attibutes of a List<MyObject> ...

2. JSF myfaces dataTable , how to avoid NBSP; tags in the TDs    stackoverflow.com

I have style applied to the TD elements of the dataTable of my myfaces application.

td.financialReportTd {
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
 ...

3. How to group Radio Buttons in h:datatable jsf2.0    stackoverflow.com

I have a column of radio buttons in h:datatable in JSF2 but I can not find a way to group them. Meaning all of them can be selected at the same ...

5. myfaces datatable    coderanch.com

As requested: exception: com.sun.facelets.tag.TagException: /pages/test/testDataTable.xhtml @43,31 Facet Tag can only have one child UIComponent at com.sun.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:75) at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:295) at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:165) at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) at ...