2 Replies Latest reply on Jan 6, 2012 8:50 PM by fastroller

    Partial building of component tree for ajax components

    fastroller

      I often use collapsible panel with switchType="ajax". This prevents the rendering of the content until it is requested by the user. This however does not prevent the component tree from being constructed. In one use-case the panel hides expensive to construct output from a JCR query. It would be nice if RichFaces could place a marker in the component tree and only construct the child elements on the first request. This would improve page rendering and memory usage considerably.

       

      Probably been asked a thousand times but has this been given any consideration?