!
, , spring :
<util:map id="countryList" map-class="java.util.HashMap">
<entry key="CA" value="Canada"/>
<entry key="US" value="United States"/>
<entry key="PK" value="Pakistan"/>
<entry key="UE" value="UAE"/>
</util:map>
...
ModelAndView (, , , ModelAndView, spring)
${countryList} jsp do -
<form:select path="country">
<form:option value="NONE" label="--- Select ---"/>
<form:options items="${countryList}" />
</form:select>
. gyst of of, !
!!