Hello @ all, I try to get the selected node in my tr:tree.
On the Trinidad homepage under : Using the Apache Trinidad Tree Component You can read the following description: SelectionEvent The Tree supports a rowSelection attribute. Valid values for the rowSelection attribute are: single, multiple, and none. If a Tree is selectable, clicking on a node causes the tree to highlight the node and render it as selected. ctrl-click and shift-click operations are supported for trees ..... But there is no rowSelection attribute in the tr:tree component. And I do not get any events about selection a node! I just get the rowDisclosure events when expanding the tree. I would expect to get the selected key node by focusRowKey or selectedRowKeys but that doesn't work. Does someone know how to get the selected node. Kind regards Martin

