0 Replies Latest reply on Nov 9, 2010 5:37 PM by rammyramkumar

    Component Rendering - <rich:tree> ,<rich:contextmenu>,<rich:menuItem>

    rammyramkumar

      I include my page using <a4j:include>

       

      in my pages when i use the components <rich:tree>,<rich:contextmenu>,<rich:menuItem> they are not rendered properly.

       

      I came to know about a work around

       

      just above the <a4j:include> add

      <rich:tree rendered="false" />

       

       

      <rich:tree rendered="false" />

      <rich:contextMenu rendered="false" />

      <rich:menuItem rendered="false"/>

       

       

      this works perfectly.

       

       

      but this is not neat. Please point me is there anything i can do about this.

       

      Is there any solution ??

       

      Dev Env : windows, chrome,Richfaces 3.3.2  in Jboss Portal

       

       

      <rich:contextMenu rendered="false" />
      <rich:menuItem rendered="false"/>