2

struts中radio问题

 8 months ago
source link: https://www.jdon.com/29826.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

struts中radio问题

代码如下
<logic:iterate id="rs" name="planlist">
<tr align="middle" bgcolor="FFFFFF">
<td><html:radio property="radio" value="<bean:write name="rs" property="planID"/>"></html:radio></td>
<td><bean:write name="rs" property="planName"/></td>
<td><bean:write name="rs" property="planDesign"/></td>
<td><bean:write name="rs" property="planTime"/></td>
<td><bean:write name="rs" property="planContent"/></td>
<td><bean:write name="rs" property="planRemark"/></td>
<td><bean:write name="rs" property="planProvider"/></td>
</tr>
</logic:iterate>
想实现radio的值是动态变化的,就是每行都有一个radio
对应的值是该条记录的id号,但是想上面的写法页面编译不过去,提示没有找到radio什么属性
请问如何用struts实现。。。
谢谢

请问本论坛有ddd结合应用的资源可供下载么?

ddd毕竟说的还是概略了点,想看看ddd配合spring的应用,不知道论坛里有没有可供下载的,以便观摩学习,谢谢.
<logic:iterate id="rs"  name="planlist">
<tr align="middle" bgcolor="FFFFFF">
<td><html:radio property="radio" value="<bean:write name="rs" property="planID"/>"></html:radio></td>
<td><bean:write name="rs" property="planName"/></td>
<td><bean:write name="rs" property="planDesign"/></td>
<td><bean:write name="rs" property="planTime"/></td>
<td><bean:write name="rs" property="planContent"/></td>
<td><bean:write name="rs" property="planRemark"/></td>
<td><bean:write name="rs" property="planProvider"/></td>
</tr>
</logic:iterate>
想实现radio的值是动态变化的,就是每行都有一个radio
对应的值是该条记录的id号,但是想上面的写法页面编译不过去,提示没有找到radio什么属性
请问如何用struts实现。。。
谢谢

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK