51Testing软件测试论坛
标题:
<html:select>
[打印本页]
作者:
he_shuai
时间:
2009-8-28 00:55
标题:
<html:select>
Description:
<html:select property="if_end">
<option value="0">否</option>
<option value="1">是</option>
</html:select>
将option中value的值给if_end
动态用法一:
<html:select property="personnelId">
<html
ption value="">请选择</html
ption>
<html
ptions collection="personList" property="personId" labelProperty="personName"/>
</html:select>
html
ptions自动帮你迭代personList中的内容,前提是personList是Collection类型的,而且封装的是一个包含personId,personName属性的对象
property显示的是value,labelProperty显示的是页面看到的内容
动态用法二:
有时候用标签的限制太多就用下面这个:
<SELECT name="deid">
<logic:iterate id="depart" name="departarray1" >
<option value="<bean:write name="depart" property="deId"/>">
<bean:write name="depart" property="deName"/>
</option>
</logic:iterate>
</SELECT>
作者:
alexanty
时间:
2009-9-3 20:18
這個是幹什麼啊
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2