<html:select name="KyouikusearchView" property="dropListCNm" >
<bean:define id="dropListCompanyNm" name="KyouikusearchView"  property="dropListCompanyNm"/>
<html:options collection="dropListCompanyNm" property="value" labelProperty="label"/>
</html:select>
KyouikusearchView是个JAVABEAN 里面只有一些属性和对应的get和set方法 如 property="dropListCNm" 的dropListCNm属性 就是它来在jsp页面上显示你选中的值collection="dropListCompanyNm" 的dropListCompanyNm就是你的option里的值的集合 应该是你从数据库里取得的