nest « Datatable « JSF Q&A





1. Nested tables with jsf datatable component    stackoverflow.com

Does any one have an idea how to generate and populate nested tables with JSF. An example of the expected output:

<table align="center" width="100%" border="1">
  <tr>
    <th colspan="6" ...

2. Nested datatable in JSF 2.0    stackoverflow.com

I am trying to fetch the questions and the associated answers. I am able to get the questions fine but the nested datatable does not even recognize the properties each answer ...

3. nested dataTables    coderanch.com

4. nested datatable    coderanch.com

5. Nested datatables    coderanch.com

6. nested datatable not working    coderanch.com

7. Nested datatable/datapaginator    coderanch.com

8. nested h:datatable question    coderanch.com

9. Nested Datatable problem    coderanch.com





10. Using of nested Datatables    coderanch.com

Iterating over a map in datatable :

11. Nested datatables and inputText with duplicates id    coderanch.com

Hi I have a form in which I require the use of nested datatables for capturing some data. But I'm having a problem with those nested datatables, and that is that when the page get displayed, different inputText in the subtable has gotten the same id. Here is the code: ...