David Johnson wrote:
<c:forEach var="portfolio" items="${userPortfolios}">
<c:out value="${portfolioName}"/><br>
</c:forEach>
it outputs the proper number of <br> tags, but is not preperly
displaying the correct PortfolioBeanCollection.PortfolioBean.portfolioName
You're not specifying the bean from which to get the property.
<c:out value="${portfolion.portfolioName}"/>
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]