> Manav wrote: > > 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"/>
Manav, Yes, you should be able to use any Map as the collection, with the attributes you have defined above for <html:options.../>. However, your <bean:define.../> needs a name attribute if you're going to use the property attribute. -- Michael D. Norman ProbuSoft - Custom Software Development http://www.probusoft.com/ 913-390-6951 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

