I'm using the primefaces[3.4] showcase with tree and checkbox selection:
http://www.primefaces.org/showcase-labs/ui/treeSelectionCheckbox.jsf
Is it possible to attach a p:ajax event for click on node's label??
I need to update a panel with children objects when user click over tree's nodes labels, not necessarily when user select them (click on checkbox).
Thanks in advance.