SyntaxFix
Write A Post
Hire A Developer
Questions
could you please try below code
<c:forEach var="hash" items="${map['key']}"> <option><c:out value="${hash}"/></option> </c:forEach>