0

我正在构建一个树表来显示数据。我还有一个文本字段和一个按钮来更新树表中的数据。如何在不刷新页面的情况下更新树表?

我尝试了类似的东西

<h:commandButton value="Submit" action="#{treeBean.update()}">
    <f:ajax render="treeTableID" />
</h:commandButton>

但它没有用。那我该怎么办?非常感谢!...

4

0 回答 0