Hi i had a button but it only reacts on the second click on it. I use jsf 2.2 and primefaces 4.0
<p:commandButton style="width:350px" type="submit" action="#{regiBean.register}"
value="#{msg['regi_title']}" ajax="false" update="regiForm">
</p:commandButton>