views:

72

answers:

0

Hi,

I am facing issue related to ajaxSingle for a4j:CommandButton.I have a rich:Datatable with a column of checkboxes(h:selectBooleanCheckbox) and other fields such as firstname, lastname etc. There is a a4j:commandButton selectAll, when that button is clicked all check boxes should get selected.I have used ajaxSingle= true for the commandButton.After adding this attribute,except last checkbox in the table other checkboxes are getting selected on click of the button. I am not understanding the behaviour of ajaxSingle. Please help me out...

In advance Thanks.