Pessoal não estou conseguindo fazer meu c:foreach ou executar dentro de um rich:modalPanel … alguem poderia me ajudar ?
<a4j:form id="frmCrudContrato">
<rich:modalPanel id="panelEditarContrato" autosized="false" keepVisualState="false" resizeable="false" width="700" height="720">
<h:panelGroup id="out">
<rich:tabPanel id="tapPainelVigencias" switchType="client">
<c:forEach items="#{ManterContrato.contrato.vigencias}" var="vigencia">
<rich:tab label="Vigência">
</rich:tab>
</c:forEach>
</rich:tabPanel>
</h:panelGroup>
</rich:modalPanel>
</a4j:form>