0 Replies Latest reply on Jun 23, 2011 9:22 AM by cometta

    call treenode changeExpandListener from javascript

    cometta

      Hi,

         <rich:treeNode  changeExpandListener="some.bean.method">

       

               <h:outputLink onclick=" click here to call changeExpandListener">

                           loop and print text here

              </h:ouputLink>

        </rich:treeNode>

       

       

      May i know is it possible when i click on outputLink , the onclick javascript call   treeNode.changeExpandListener ?  is there any example?