<html:select property="jd.jdid">
<html:optionsCollection name="jdList" label="jd" value="jdid"/>
</html:select>
struts中像这种下拉框选项需要从数据库读取的,能做出级联的效果吗?比如街道和区县。
<html:select property="jd.jdid">
<html:optionsCollection name="jdList" label="jd" value="jdid"/>
</html:select>
struts中像这种下拉框选项需要从数据库读取的,能做出级联的效果吗?比如街道和区县。