loop through HashMap Java jsp
- by blub
Hello,
the related Questions couldn't help me very much.
How can i loop through a HashMap in jsp like this example:
<%
HashMap<String, String> countries = MainUtils.getCountries(l);
%>
<select name="ccountry" id="ccountry" >
<% //HERE I NEED THE LOOP %>
</select>*<br/>