How can I concatenate a string within a loop in JSP?

Posted by codeninja on Stack Overflow See other posts from Stack Overflow or by codeninja
Published on 2010-03-30T02:08:59Z Indexed on 2010/03/30 2:13 UTC
Read the original article Hit count: 417

Filed under:
|
|
|
<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

© Stack Overflow or respective owner

Related posts about jsp

Related posts about loop