<c:forEach items='myCollection' var='currentItem'>
<c:out value="${currentItem.someProperty}"/>
</c:forEach>

Erik



TroyGeek wrote:

How would I turn the following logic tag into a JSTL tag. Would it use
the core tags?

<logic:iterate id="yourProjects" name="projectList">
        <bean:write name="yourProjects" property="projectId"/>
        <bean:write name="yourProjects" property="projectName"/>
</logic:iterate>

thank you!

Troyston Campano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to