0 Replies Latest reply on Jul 30, 2009 9:32 AM by sait

    rich:tree expanding problem

    sait

      Hi Everyone,
      I have a problem with rich tree in my template page . When I expand tree, all things that are right side (body part) of the tree will show under their first position. The code :


      <rich:page sidebarPosition="left" sidebarWidth="400">
      <f:facet name="header">
      <rich:spacer height="10px" />
      </f:facet>

      <f:facet name="sidebar">

      <a4j:form>
      <rich:tree switchType="ajax"
      value="#{bean.stationNodes}" var="station"
      reRender="ajaxForm, ustPanel"
      nodeSelectListener="#{bean.selectionListener}"
      ajaxSubmitSelection="true" />
      </a4j:form>

      </f:facet>

      <ui:insert name="body" />


      <f:facet name="footer">

      </f:facet>
      </rich:page>


      Before
      [img]http://farm3.static.flickr.com/2541/3772198248_9782eb101f.jpg[/img]

      After I expand the tree, all things at right side goes down :(
      [img]http://farm3.static.flickr.com/2585/3772198168_51757a044c.jpg[/img]



      What can i do ?
      Thanx in advance