Hi
 
Can i use HashMap with options?
 
something like:
 
<bean:define id="statusFilters" property="statusFilters"
type="java.util.HashMap" />
<html:options collection="statusFilters" property="key"
labelProperty="value"/>
 
such that the option value is the key and the labelProperty is the value?
 
thanks
M

Reply via email to