Hi All, 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> I mean how else can you define select and options? *confused* Andy. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]