I am using the following code,
The xxx - is the LinkedHashMap
The yyy - is the HashMap
When I iterate the yyy
, the following error occurred. Can you please anypone explain about this error and what is the solution for this.
<c:forEach var="aaa" items="${xxx}">
<c:set var="yyy" value="${projects.key}"/>
<c:forEach var="test" items="${yyy}">
</c:forEach>
</c:forEach>