首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

struts1 中<html:checkbox>标签的value值怎么动态赋值

2012-04-18 
struts1 中html:checkbox标签的value值如何动态赋值?logic:iterate idstudent namelist indexId

struts1 中<html:checkbox>标签的value值如何动态赋值?
<logic:iterate id="student" name="list" indexId="i" length="5" scope="request">
<tr>
<td><html:checkbox property="chbox" value=" "/></td>
<td><bean:write name="student" property="nameStr" /></td>
<td><bean:write name="student" property="sexStr" /></td>
  </tr>

<html:multibox>的value如何得到list中的值 ??

[解决办法]
><html:checkbox property="chbox" value=" student.property"/></

><html:checkbox property="chbox" value=" property" name='student'/></

热点排行