|
Hi, I am trying to work out how the
'varNodeToggler' attribute works in the tree2 component. In all of the examples
it is set equal to 't’. What code does 't' refer to? I’m assuming
that it works like the ‘var’ attribute does. I want to add an actionListener to a
<h:commandLink> i.e. actionListener="#{t.getCurrentNode}" so
that I can respond when the user clicks on a node. Where to I put my
getCurrentNode method? Thank you in advance for any help. Tom. |

