I have been struggling with this one for a couple of days now. Whenever I add my command button inside a <rich:table> and <rich:column> my async action does not get invoked.
So this does not work:
<rich:column>
<a4j:commandButton image="images/icons/print_preview.gif"
action="#{MyBean.test}"
actionListener="#{MyBean.test}">
</a4j:commandButton>
<f:facet name="footer"><rich:spacer /></f:facet>
</rich:column>
<h:form>
<a4j:commandButton image="images/icons/print_preview.gif"
action="#{MyBean.test}"
actionListener="#{MyBean.test}">
</a4j:commandButton>
<f:facet name="footer"><rich:spacer /></f:facet>
</h:form>
please do not use this branch for user questions and do not duplicate posts in future