有很多种方法,我用到的一种
<html:select property="branchCd">
<html:options collection="branchCdList" property="code" labelProperty="name"/>
</html:select>
其中,在collection中branchCdList是从数据库查询得来结果。这是动态生成下拉菜单