You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Osvaldo Pina <os...@datasus.gov.br> on 2001/09/13 15:58:33 UTC

problem

Hi All,


    I have a form bean that has a Map property that have the key and the
value for each option element in select element. Can I use the map or I need
to separate in two collection properties, one for the values and one for the
keys in order to user the properties with the <html:options> tag?

thanks.