You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Chong Oh <Ch...@apollogrp.edu> on 2002/02/05 17:10:03 UTC

Option list selects all options when displayed

I was displaying an option list for a HTML select tag.
My code is as follows:

<html:select size="10" property="allRoles" multiple="yes">		
	<html:options property="allRoles"/>			
</html:select>  

The options list displayed as documented except with all options selected.
The HTML options list does not select the items when shown.
How can I diselected the options?  Your help is much appreciated.

Chong

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>