How to select multiple rows in a JSF datatable?
+1
A:
You can either place a checkbox on each row giving it a value of #{currentRowItem.selected}
or use <rich:extendedDataTable>
Bozho
2010-04-03 10:01:34