> -----Original Message-----
> From: Laran Evans [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 11, 2004 8:57 AM
> To: [EMAIL PROTECTED]
> Subject: <html:options> with HashMap
> 
> 
> I have an ActionForm with a method:
> 
>   public HashMap getSelectFieldOptions() {
>     return ExampleBO.mySelectFieldOptions;
>   }
> 
> How do I create an <html:options> tag that displays:
> 
> <option value="_map key_">_map value_

You have of couse tried the <html:optionsCollection, outlined here in the ever hand 
struts manual:
http://struts.apache.org/userGuide/struts-html.html#optionsCollection
and found it to not work for you... 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to