Jsf commandButton仅在第二次单击时起作用

Jsf commandButton仅在第二次单击时起作用,jsf,primefaces,commandbutton,Jsf,Primefaces,Commandbutton,嗨,我有一个按钮,但它只会在第二次点击它时反应。 我使用JSF2.2和PrimeFaces4.0 <p:commandButton style="width:350px" type="submit" action="#{regiBean.register}" value="#{msg['regi_title']}" ajax="false" update="regiForm"> </p:commandButton> 您发布的代码不足以重现问题。好的,我

嗨,我有一个按钮,但它只会在第二次点击它时反应。 我使用JSF2.2和PrimeFaces4.0

<p:commandButton style="width:350px" type="submit" action="#{regiBean.register}"
        value="#{msg['regi_title']}" ajax="false" update="regiForm">
</p:commandButton>


您发布的代码不足以重现问题。好的,我将整个页面发布在dropbox链接中。这是整个网站的代码