Hi
I am trying to rerender the check box in facet of datatable on scroll from rich:dataScroller but it doesnt seem to rerender.
The backed state var holds right state but in the UI it doesnt rerender.
<f:facet name="header">
<rich:columnGroup>
<rich:column> <h:selectBooleanCheckbox id="all" value="#{bean.state}" title="Select All">
<a4j:support event="onclick"
action="#{bean.action}"
reRender="id_tablepanel" />
</h:selectBooleanCheckbox>
<h:outputText value="All}" />
</rich:column>
.................
</facet>
check please a4j:log to get rendering information. If you'll not be able to resolve this please give us simplified but full example to check.