请各位帮帮,struts的单选按钮问题!
<html:form action="addQuestionAction.do">
<logic:present name="array">
<logic:iterate name="array" id="alterPageForm" type="lisen.forms.AlterPageForm">
<table border="1" width="100%">
<tr>
<td align="center" width="16%">
<bean:write name="alterPageForm" property="pagenum"/>
</td>
<td align="center" width="20%">
<bean:write name="alterPageForm" property="loname"/>
</td>
<td align="center" width="16%">
<bean:write name="alterPageForm" property="pagename"/>
</td>
<td align="center" width="16%">
<bean:write name="alterPageForm" property="createtime"/>
</td>
<td align="center" width="16%">
<bean:write name="alterPageForm" property="altertime"/>
</td>
<td align="center" width="16%">
<html:radio property="status" value=" "/>
</td>
</tr>
<tr>
</table>
</logic:iterate>
</logic:present>
</html:form>
我想用<bean:write name="alterPageForm" property="pagenum"/>的值去初始化<html:radio>里
的value值,直接把<bean:write name="alterPageForm" property="pagenum"/>放在引号中是不行的
我试了,会有错误发生。恳请懂的朋友帮帮小弟,我已经查了好几天的资料都没找到,
谢谢了!