4 Replies Latest reply on May 9, 2008 1:43 AM by sri_hari

    Problem with Tree

      how i do to implements doubleclick on the tree????

      i have already try but i don´t get.

        • 1. Re: Problem with Tree
          sri_hari

          This works for me

          <rich:treeNode iconLeaf="/images/tree/singer.gif" icon="/images/tree/singer.gif">
           <h:outputText value="#{item.nodeName}" />
           <a4j:support event="ondblclick" action="#{sampleBean.processDblClick}" reRender="sampleDataTable"/> </rich:treeNode>


          • 2. Re: Problem with Tree


            No bean what you put?

            do you used action event?? because in my page jsf no works the same code with event ondblclick and too a4j support but i don´t action and because I want to know what you put in your bean, could you show me your code, only part of the event please?

            • 3. Re: Problem with Tree
              sri_hari

              No i am not using any action Event. just a normal function without any parameters

              • 4. Re: Problem with Tree
                sri_hari

                No i am not using any action Event. just a normal function without any parameters