3
Làm thế nào để lặp qua HashMap trong JSP?
Làm thế nào tôi có thể lặp qua một HashMaptrong JSP? <% HashMap<String, String> countries = MainUtils.getCountries(l); %> <select name="country"> <% // Here I need to loop through countries. %> </select>