Is it possible to trigger a click on commandButton on oncomplete attribute of another commandButton?
Like this :
<p:commandButton value="save" action="#{myBean.save} oncomplete="trigger button2" />
<p:commandButton value="print" ajax="false" action="#{myBean.print}" widgetVar="button2" />
Second button is with attribute ajax="false".