| Author |
h:selectBooleanCheckbox
|
marius batrinu
Greenhorn
Joined: Sep 16, 2008
Posts: 1
|
|
Hi All, I have the following environment: EJB-persistence class: Proprietati EJB-facade: ProrietatiBean JSF-backingbean: ProprietatiJsfBean using the DataTable I display a list of Proprietati. The first column in the DataTable is a selectBooleanCheckbox then follows the properties of Proprietati. <checkbox> <proprietati.id> <proprietati.name> ... etc. so there is no Boolean property for Proprietati the checkbox takes the value from the backing bean for the JSF page. I also have a button for select all and select none. The problem is when I check a couple of rows in the table don't know how to read in the backing bean which object was checked in the interface. Any help is much appreciated. Thanks, Marius
|
 |
 |
|
|
subject: h:selectBooleanCheckbox
|
|
|