You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Thomas A Hurley <to...@anabus.com> on 2005/12/05 21:31:55 UTC

tree2, varNodeToggler attribute

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.