java - How to loop map in jsp page -
i have div shown below,in inside 1 div have loop many divs, loop divs have use map or list of map repeat divs putting foreach loop.
here having 5 different ids , 5 different class names.should put in map or list of map.
i using <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> how please me on new java.
<div id="idname" class="class"> --need loop div <div id=" " class=" "> <div class=" "> <h3>value1</h3> </div> </div> -- till here </div>
check this url, there tutorial foreach
in jstl
Comments
Post a Comment