Recently, I've been working on a project that uses Primefaces UI. One of the requirements is to have a data table where a user can select multiple rows. I've implemented something similar to: http://www.primefaces.org/showcase-labs/ui/datatableRowSelectionRadioCheckbox.jsf, but it didn't work.
At first, I thought there was something wrong with my code but when I copied the examples from primefaces it also did not work. So I was wondering if there was something wrong with my tech stack: JavaEE6, Glassfish 3.1.2.2, mojarra(javax.faces) 2.1.16, primefaces 3.4.2.
As for sample code, I copied exactly from the link given above.
Note that single selection also don't work.