2 Replies Latest reply on May 31, 2008 12:05 PM by blabno

    rich:tree processSelection without rowKey

    blabno

      Sometimes when I click on a treeNode the processSelection method is fired but

      UITree processedTree = (UITree) e.getComponent();
      Object rowKey = processedTree.getRowKey()
      

      rowKey is null. Is this normal behavior or I make mistake somewhere ?