본문 바로가기

JSTL

[JSTL] forEach Map

<c:forEach var="type" items="${resultMap}">

   ${type.key}, ${type.value}

</c:forEach>