日期:2014-05-17  浏览次数:21050 次

如何获取<html:options> collection中某一选项的值
大家好,现有如下代码:
<html:select property="id">
  <html:options collection="employees" property="empID" labelProperty="name" />
</html:select>

而我要取出这个下拉列表中的某一项的值,如何实现呢?谢谢

------解决方案--------------------
你在网页中访问这个页面,然后查看源代码,里面就有值了