I've had this problem for awhile, and it seems to have something to do with a combination of frameworks I'm using.
Here's the scenario:
I have an h:form on a page (I've tried a4j:form, but it still didn't help). I've defined an a4j:region on the page, where there is a rich:datatable that I want to reRender. Outside the a4j:region, I have an a4j:commandButton with an action defined. Here's the code:
<a4j:commandButton id="button" action="#{myAction.myMethod}" reRender="myTable"/>
<a4j:region>
<rich:dataTable id="myTable"...>
...
</rich:dataTable>
</a4j:region>
Hi, the code is very simple and that should work ok. Can you please add
<a4j:log popup="false" />just after the button, press it and then post the log here?