Andy wrote:

Why does the following render as a box containing text (you know what I
mean - where you can select multiple items) rather than a drop down menu ?

<bean:define id="countryList" property="countryList" name="SearchForm"/>
    <html:select size="10" property="countryList">
    <html:options collection="countryList" labelProperty="displayName"
property="id"/>
           </html:select>
Because you set the size: http://struts.apache.org/userGuide/struts-html.html#select

Dave



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

Reply via email to