0 Replies Latest reply on Oct 27, 2009 1:24 PM by roberto00

    Use dynamic ui:include

      Hi,

      i want use the label ui:include dynamic. I have in the code:

      <c:forEach items="#{backingBean.listaOpciones}" var="items">
      <a4j:outputPanel id="#{items}"
      rendered="#{backingBean.ventanaSeleccionada == items}">
      <ui:include src="#{backingBean.mapaVentanas[items]}">
      </ui:include>
      </a4j:outputPanel>
      </c:forEach>

      I have in the next error:

      at com.sun.facelets.el.VariableMapperWrapper.resolveVariable(VariableMapperWrapper.java:60)