commandButton仅适用于第二次单击

时间:2014-04-19 15:03:43

标签: 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>

0 个答案:

没有答案