I am trying to handle the onOpen event for a treeitem, I can capture oClick, onFocus, for the Tree using the Listen annotation, but I cannot capture the Treeitem, which is rendered in a template, in fact it only seems to detect the context attribute, it ignores my item.name, instead using toString on the domain object to render the label....any ideas?
thanks ,
Al.
@Listen("onOpen=*") annotation & filter. But I cannot repeat this with a template driven tree.