Is there a built-in function in JSTL to output delimiters when executing foreach?
The task is to output separators (for example, commas) after each iteration, except the last (or before each, except the first). Is there any ELSE tag for foreach?
source share