Hi,
My code looks like this.
<h:column id="checkboxColumn">
<f:facet name="header">
<h:selectBooleanCheckbox id="headerCheckbox"
binding="#{DataTableHandler.headerSelected}"
immediate="true" onclick="selectAllRows()" />
</f:facet>
<h:selectBooleanCheckbox id="rowCheckbox"
binding="#{DataTableHandler.selected}"
value="true" />
</h:column>
When I execute this, the header checkbox is selected, where as the other checkboxes in the rows are unchecked. Can anyone help me understand why that happens?
Thanks
Balaji
Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. |

