05-25-2009 01:10 PM
<c:forEach items="${pr:getPressReleases(pageContext)}" var="pressRelease" begin="0" end="100">
<h2 class="headline">
<jsp:element name="a">
<jsp:attribute name="href">
<c:out value="${pressRelease.href}"/>
</jsp:attribute>
<jsp:body>
<c:out value="${pressRelease.title}"/>
</jsp:body>
</jsp:element>
</h2>
<p class="date">
<fmt:formatDate value="${pressRelease.launchDate}" dateStyle="long"/>
</p>
<p class="abstract">
<c:out value="${pressRelease.abstract}"/>
</p>
</c:forEach>
05-26-2009 02:23 AM
06-04-2009 04:26 PM
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.