<html:select>
<html

ptions property="colors"/>
</html:select>
Here colors is a
String array in the form bean and whose getter method would return String[]. Combo box gets populated with this array.
Dont forget to name your form bean either in the form which contains this combo or the struts config.