Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
HashMap map = new HashMap();
map.put("1", "string 1");
request.setAttribute("yourMap", map);
<logic:iterate id="element" name="yourMap">
Next element is <bean:write name="element" property="value"/>
</logic:iterate>