How can I concatenate a string within a loop in JSP?
- by codeninja
<c:forEach items="${myParams.items}" var="currentItem" varStatus="stat">
</c:forEach>
I want to concatenate the values of currentItem.myString and output it at the end of the loop