是否有人在3.0中成功使用p:treeTable中的p:commandButton
或p:commandLink
或h:commandButton
或h:commandLink
?
我试过但只有treeTable的root元素的commandLink / Button按我的预期工作。
如果不可能,您可以在其他组件库中建议其他一些treeTable吗?
由于
答案 0 :(得分:1)
尝试openfaces(http://openfaces.org/) 他们有TreeTable和许多其他伟大的组件 http://openfaces.org/demo/treetable/TreeTable_basicFeatures.jsf
答案 1 :(得分:1)
它是一个Primefaces错误...... Commands (button and link) inside Tree Nodes do not work
您需要获得3.0.1或3.1(快照)
这是链接
以下是有关所讨论问题的更多信息...... CommandButton/Link inside p:tree doesnt work?
答案 2 :(得分:0)
将命令代码放在一列中。
<p:treeTable
var="tnode"
value="#{myBean.dataModel}">
<p:column >
commandLink code
</p:column>
</p:treeTable