I have some code like this:
<h:form>
<rich:tree id="catalog_tree" ...>
...
</rich:tree>
</h:form>
<rich:modalPanel id="contentservice_panel">
<h:form>
...
<a4j:commandButton style="float:right" action="#{contentService.onFinish}" value=" Finish " reRender="#{contentService.reRender}" oncomplete="Richfaces.hideModalPanel('contentservice_panel')"/>
</h:form>
</rich:modalPanel>