1 Reply Latest reply on Sep 18, 2009 5:57 AM by nbelaevski

    Dynamic inclusion of Facelets fragment

    agori

      I am looking for a component like this:

      
      panel.getChildren().add(new HtmlInlude("/pages/form1.xhtml"));
      
      


      but neiher <ui:include/> or <rich:include/> are real components.
      There is something in Richfaces or Facelets that could help me?