7 Replies Latest reply on Jan 19, 2010 5:14 AM by ilya_shaikovsky

    rich:tree - dropListener occurs after pop-up is rendered

    scottaii

      Hello again,

       

      Info:


      In my page I have a rich:tree and a rich:extendedDataTable.

      When i drag a record from the extendedDataTable to the Tree i want a pop-up to appear with some information.

      This information is populated when the dropListener method is called.

       

      Problem:

       

      The information is not being populated because the pop-Up is rendered before the dropListener method is called.

       

      Code:

       

      The pop-up is being rendered using javascript from the rich:tree

      ......

      <rich:tree

      dropListener="#{bean.method}"

      ondropend="showModalPanel()" ......>

      ......

       

      Question:

       

      Is there anyway that the pop-up is rendered after the dropListener method has been called.

      Thank you for your time,
      Scott Coleman