struts中html:select做级联
现在有两个集合,mainList,subList。subList中的对象有个字段是来自mainList对象的id的。要做级联。<html:selectproperty="...
现在有两个集合,mainList,subList。subList中的对象 有个字段是来自mainList对象的id的。要做级联。
<html:select property="subTypeId" onchange="cheangeSid(this.value)">
<html:optionsCollection name="mainList" label="mname" value="mid" />
</html:select>
<html:select property="subTypeId" >
<html:optionsCollection name="subList" label="sname" value="sid" />
</html:select>
不知道怎么弄了。请教高手!急 展开
<html:select property="subTypeId" onchange="cheangeSid(this.value)">
<html:optionsCollection name="mainList" label="mname" value="mid" />
</html:select>
<html:select property="subTypeId" >
<html:optionsCollection name="subList" label="sname" value="sid" />
</html:select>
不知道怎么弄了。请教高手!急 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询