commandButton only works on the second click

≡放荡痞女 提交于 2019-12-11 23:54:03

问题


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>

来源:https://stackoverflow.com/questions/23171637/commandbutton-only-works-on-the-second-click

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!