jsp中有后台得到list,在select下拉列表框中显示,如何设置默认值?
<bean:defineid="objdepolist"name="_AD_GU_OU0001Form"property="objdepolist"/><html:sel...
<bean:define id="objdepolist" name="_AD_GU_OU0001Form" property="objdepolist"/>
<html:select name="_AD_GU_OU0001Form" property="objdepo" style="width:100px;" errorStyleClass="errMsgBc">
<html:options collection="objdepolist" property="code" labelProperty="codeName" />
</html:select>
我要设置的默认值是list中的一项,它默认的是第一项,我想用第二项作为默认值。 展开
<html:select name="_AD_GU_OU0001Form" property="objdepo" style="width:100px;" errorStyleClass="errMsgBc">
<html:options collection="objdepolist" property="code" labelProperty="codeName" />
</html:select>
我要设置的默认值是list中的一项,它默认的是第一项,我想用第二项作为默认值。 展开
2个回答
展开全部
<html:select 这个标签的value="${你要设置的值}",或者在你的action里面用form设置值也可以比如:form.setOpjdepo("你要设置的值");
更多追问追答
追问
我要设置的默认值是list中的一项,它默认的是第一项,我想用第二项作为默认值,
追答
那你就在你的action里面设置
form.setOpjdepo(objdepolist.get(1))
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询