是否存在誰已經實現使用p:commandButton
或p:commandLink
或h:commandButton
或h:commandLink
p:treeTable在3.0中成功?p:commandButton在p:treeTable中
我試過了,但只有treeTable根元素的commandLink/Button按照我的預期工作。
如果這是不可能的,你可以建議其他一些組件庫中的其他treeTable?
感謝
是否存在誰已經實現使用p:commandButton
或p:commandLink
或h:commandButton
或h:commandLink
p:treeTable在3.0中成功?p:commandButton在p:treeTable中
我試過了,但只有treeTable根元素的commandLink/Button按照我的預期工作。
如果這是不可能的,你可以建議其他一些組件庫中的其他treeTable?
感謝
嘗試openfaces(http://openfaces.org/) 他們treetable中和其他許多偉大部件 http://openfaces.org/demo/treetable/TreeTable_basicFeatures.jsf
把你的命令代碼中的一列。
<p:treeTable
var="tnode"
value="#{myBean.dataModel}">
<p:column >
commandLink code
</p:column>
</p:treeTable
它是一種Primefaces錯誤... Commands (button and link) inside Tree Nodes do not work
你需要讓3.0.1或3.1(快照)
這裏的鏈接
她e一些關於討論的問題的更多信息... CommandButton/Link inside p:tree doesnt work?
歡呼,我成功地使用treetable,在此先感謝。 – merveotesi 2012-01-16 09:18:12