JSF-2 Select/Unselect all the list of checkboxes with single checkbox
问题 I have list of check boxes inside rich:dataTable and I want to check all the boxes at once with a single check box from header column. <rich:column id="includeInWHMapping" > <f:facet name="header"> <h:selectBooleanCheckbox value="#{checkallbox.selectAll}"> <f:ajax actionListener="#{checkallbox.selectAllBox}" render="selectedForWHProcess" /> </h:selectBooleanCheckbox> </f:facet> <h:selectBooleanCheckbox id="selectedForWHProcess" value="#{checkallbox.checked[data]}"> <f:ajax actionListener="#