SyntaxFix
Write A Post
Hire A Developer
Questions
try this
<c:forEach items="${list}" var="map"> <tr> <c:forEach items="${map}" var="entry"> <td>${entry.value}</td> </c:forEach> </tr> </c:forEach>