selectBooleanCheckBox in datatable header not calling actionListener
问题 I have a datatable with three columns and a checkboxes in the header of each column. When I select one checkbox, I have to update the other 2 check boxes. Each row under these columns is an input box with a validator. When I submit the form, I can see the validators executing but my actionListener is not invoked. There is no stack trace as well. Please suggest. <p:dataTable id="segmentRangeTable" var="rank" value="#{segmentSetup.ranks}"> <p:column headerText="Segment Names"> <p:outputPanel