loop through HashMap Java jsp
        Posted  
        
            by blub
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by blub
        
        
        
        Published on 2009-12-02T20:45:11Z
        Indexed on 
            2010/04/07
            6:43 UTC
        
        
        Read the original article
        Hit count: 490
        
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/>
© Stack Overflow or respective owner