Collection « Datatable « JSF Q&A





1. Displaying objects from a Set collection in Datatable JSF does not work    stackoverflow.com

Any reason why a such asSet<MyObject> objects = new HashSet<MyObject>(); shouldn't work in the JSF Datatable? It works with List.

3. h:dataTable and handling multiple collections    coderanch.com

Hi All, Here's a scenario I need help with... I am trying to populate a table...this table has 3 columns... 1. Name of a property 2. Value of Property from entity1 3. Value of Property from entity2 The backing bean has a propertiesList which is an arraylist and this in turn has 2 property lists 1. propertyList1 2. propertyList2 which in ...

4. JSF collection datatable editing    coderanch.com