我的 JSP 中有一个下拉菜单。如何从<html:options>
JSP 中的标签中获取选定的值。
<html:select property="temp_Id" >
<html:options collection="listmap" property="key"/>
</html:select>
我的 JSP 中有一个下拉菜单。如何从<html:options>
JSP 中的标签中获取选定的值。
<html:select property="temp_Id" >
<html:options collection="listmap" property="key"/>
</html:select>