【发布时间】:2013-03-21 13:17:44
【问题描述】:
如何更新一个div并使用<h:commandButton>进行部分提交,我之前使用<p:commandButton>通过将ajax属性设置为true并将update属性设置为:statusBlock进行部分提交,其中@987654323的id @ 是状态块。我在使用<p:commandButton> 时遇到了一些设计问题,所以我不能使用它,所以我必须使用<h:commandButton>。
【问题讨论】:
标签: ajax jsf jsf-2 primefaces