C:foreach嵌套radio单选框的问题
<c:forEachvar="e"varStatus="s"items="${authRelationTblItems}"><tr><td>${f:h(e.reposit...
<c:forEach var="e" varStatus="s" items="${authRelationTblItems}">
<tr>
<td>${f:h(e.repositoryTbl.repoName)} </td>
<td><html:radioproperty="authFlg" value="0" /></td>
<td><html:radio property="authFlg" value="1" /></td>
<td><html:radio property="authFlg" value="3" /></td>
<td><html:radio property="authFlg" value="9" /></td>
</tr>
</c:forEach>
要求显示几组单选框,现在的问题的循环出来的radio的名字都一样的,所以几组单选框N个按钮只能选一个。
而且这个authFlg里面的值取不到,应该是每循环一次authFlg里的值不一样,形成一个每一行有一个单选按钮被选上的情况。
如能给出正确方法再加100分。
<td><html:radio property="authFlg${e.id}" value="${e.value}" /></td>
这样写调试出错。。而且这样写的话authRelationTblitems.authFlg里面的值得不到。无法读出哪个数据被选中了。 展开
<tr>
<td>${f:h(e.repositoryTbl.repoName)} </td>
<td><html:radioproperty="authFlg" value="0" /></td>
<td><html:radio property="authFlg" value="1" /></td>
<td><html:radio property="authFlg" value="3" /></td>
<td><html:radio property="authFlg" value="9" /></td>
</tr>
</c:forEach>
要求显示几组单选框,现在的问题的循环出来的radio的名字都一样的,所以几组单选框N个按钮只能选一个。
而且这个authFlg里面的值取不到,应该是每循环一次authFlg里的值不一样,形成一个每一行有一个单选按钮被选上的情况。
如能给出正确方法再加100分。
<td><html:radio property="authFlg${e.id}" value="${e.value}" /></td>
这样写调试出错。。而且这样写的话authRelationTblitems.authFlg里面的值得不到。无法读出哪个数据被选中了。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询