SyntaxFix
Write A Post
Hire A Developer
Questions
Check the items in forEach
<c:forEach items="${pools}" var="pool"> ${pool.name} </c:forEach>
Some times items="${pools}" has an extra space or it acts like string, retyping it should solve the issue.