2010-12-17 72 views
1

我試圖添加上下文菜單到其中一個實際上是豐富的組件:樹。Richfaces樹上下文菜單

<rich:tree switchType="ajax" ... > 

      <rich:contextMenu event="oncontextmenu" attached="true" submitMode="ajax" id="treeMenu"> 
       <rich:menuItem> 
        <h:commandLink action="action.deleteResource" value="Delete" /> 
       </rich:menuItem> 
       <rich:menuItem> 
        <h:commandLink action="action.editResource" value="Edit" /> 
       </rich:menuItem> 
      </rich:contextMenu> 
     </rich:tree> 

但是,當我點擊鼠標右鍵時看不到它。

在此先感謝。

回答

1

解決....只是把

<rich:contextMenu> 

<rich:treeNode> 
+0

嗨安德魯的內部,感謝您的reply.i得到它。 – 2011-01-11 05:40:23