Is there a built in feature in JSTL to output separators while doing foreach?
The task is to output separators (like commas) after each iteration except the last one
Use the varStatus attribute, which references an object of type LoopTagStatus:
varStatus
|