My java class is returning the values like List>>. In JSTL, How do I print the LinkedHashMap Key and List .
<c:forEach var="row" items="${myList.data}"> // Main List
<DIV>
<span option="1">${row.key}</span> // Getting empty key
</DIV>
</c:forEach>