views:

24

answers:

1

Hello

I have a rich:dataTable on one modalPanel alongwith two commandButtons named as OK and cancel. In one of the columns I have radio buttons. By selecting a radio button and then click OK. I am able to select that particular row. But my requirement is to delete the column which has radio button. I want to select the row by clicking on it and then OK. If user clicks on a row and does not want to select it then simply clicks Cancel. Below is the piece of code which implements the functionality with radio button.

#{alarmsInfoDto.alarmText}

A: 

Consider associating radiobutton with identifier of the data in the row.

Andriy Sholokh