0 Replies Latest reply on Sep 21, 2009 10:34 AM by brian13

    rich:tree in JBOSS Portlet causes whole portlet to refresh

    brian13

      Hello,

      I have embeded a recursive rich:tree implementation into JBOSS Portlet ... The implementation ported fine into the portlet ... But the problem that arises is that the
      partial page refresh of the Portlet does not seem to work quite as it is supposed to.

      For the rich:tree I have the switchType set to "ajax" but when any nodes are selected
      in the tree which causes a selection to be made, the whole portlet gets refreshed.
      I have a simpleTogglePanel encapsulating the rich:tree which should only refresh
      at the most upon the selection of the nodes in the tree ... Is there any way partial refresh of the portlet can be controlled so that only the rich:tree and the other components in the portlet which are rich:dataTable types all do not get refreshed all at the same time.

      Thank you in advance.
      -- Brian