tags:

views:

212

answers:

1

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