<html:select name="beanName" property="someProperty">
<html:optionsCollection name="beanName" property="dropDownProperty" label="drop down Label" value="dropdown value"/>
</html:select>
Here the bean name is the Form bean which contains the drop down list and selected value.