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.
This is how I workaround this, just adding a checkbox inside the treeNode template and changing the selectionMode to single.
Consider that you have to code manually the logic to check/uncheck parent/childs nodes when it should.
Thanks.