标签: jsf-2 primefaces
我如何拥有PrimeFaces组件,例如一个p:commandButton,在页面中的每个ajax函数后得到更新?我需要能够使用复杂的html,包含大量表单,对话框等的东西
p:commandButton
答案 0 :(得分:2)
这就是你要找的东西
<p:outputPanel autoUpdate="true"> <p:commandButton ... /> </p:outputPanel>