0 Replies Latest reply on Dec 11, 2007 10:06 AM by vgangel

    include page from component

      I am used a4j:repeat. component is List
      and from component get path by page, this path inlude

      i try open page but get error
      "UIInclude component j_id10 could't include page with path"

      Please, help

      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich">
      <ui:composition>



      <a4j:repeat var="component" value="#{components}">


      <a4j:include viewId="#{component.name}"/>


      </a4j:repeat>



      </ui:composition>