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

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -