Here is an example that we have used and it works:

<html:select property="schoolId">
        <html:options collection="allSchools" 
                property="schoolId" labelProperty="schoolName"/>
</html:select>

-----Original Message-----
From: Henrique VIECILI [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 15, 2004 12:00 PM
To: Struts Users Mailing List
Subject: <html:options> using java.util.Map

Does anyone know howto use the <html:options> tag with the values and label
inside a Map?

I´ve tried this:

<html:options name="myMap" property="key" labelName="myMap"
labelProperty="value"/>

but it didnt work...

Any sugestions?!

Henrique Viecili

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

Reply via email to