标签: jsf primefaces commandbutton
嗨我有一个按钮,但它只对第二次点击做出反应。 我使用jsf 2.2和primefaces 4.0
<p:commandButton style="width:350px" type="submit" action="#{regiBean.register}" value="#{msg['regi_title']}" ajax="false" update="regiForm"> </p:commandButton>