How to do multiple selection in jsf or primefaces dataTable?
问题 I want to try out building a simple grid that has a delete column, consisting of checkboxes, just like the usual one in email. User can then tick the checkboxes, and press delete, and i can get all the checked records, and delete them one by one. Im trying to find a way to achieve this, but so far im still in doubt. These are what i have in mind, each with it's own implementation question, haha : How to get the checked row indexes ? Using actionlistener for each toggle on each checkbox ? (but