【发布时间】:2013-07-15 20:04:14
【问题描述】:
我的 JSP 中有一个下拉菜单。如何从 JSP 中的<html:options> 标记中获取选定的值。
<html:select property="temp_Id" >
<html:options collection="listmap" property="key"/>
</html:select>
【问题讨论】:
-
我想在脚本中选择值
标签: java javascript jsp struts jsp-tags