Hi,

Matthias Wessendorf-4 wrote:
> 
> what do you want to "select" ?
> 
I want to select the nodes (or one node) of the tree. The selected nodes are
represented in selectedRowKeys of the tree - "the selection state for this
component".
Or do i understand something wrong?

For example (second post of this thread) :

public void nodeSelected(ActionEvent e)
  {
    this.currentPerson = (Person) treeModel.getRowData();
    selectedRowKeys.clear();
    selectedRowKeys.add();
  } 

Daniel 
-- 
View this message in context: 
http://www.nabble.com/-Trinidad--signature-of-method-for-selectionListener-on-a-tree-tp14950886p15021172.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to