01-07-2010 03:45 AM
<f:verbatim>
<c:forEach items="${DialogManager.bean.metrics}" var="abc">
1!${abc.fileName}!1
</c:forEach>
</f:verbatim>
Works properly, but when I try to use forEach in that way:
<f:verbatim>
<c:forEach items="${DialogManager.bean.metrics}" var="abc">
<h:panelGrid columns="1" cellpadding="2" style="padding-top: 4px; padding-bottom: 4px;" width="100%" rowClasses="wizardSectionHeading">
<h:outputText value="#{msg.project_metrics} #{abc.fileName}!" />
</h:panelGrid>
</c:forEach>
</f:verbatim>
01-07-2010 10:28 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.