请问:怎么设置默认值啊
<html:select name="deptid" property="deptid" value='<bean:write name="userbean" property="deptid"/>' >
<logic:present name="deptList">
<html:options collection="deptList" property="label" labelProperty="value" />
</logic:present>
</html:select>
这种形式不行,高手提供个好方法。谢了