在Controller(JPF)中:
protected Forward begin()
{
String actions="3";
HttpServletRequest req=this.getRequest();
req.setAttribute("actions",actions);
return new Forward("success");
}
JSP页面中:
<netui:radioButtonGroup dataSource="{request.actions}">
<table>
<tr>
<td>
<netui:radioButtonOption value="1">Update Asset Realisation Status</netui:radioButtonOption>
</td>
<td>
<netui:radioButtonOption value="2">Generate Final Reminder (for re-generation only)</netui:radioButtonOption>
</td>
<td>
<netui:radioButtonOption value="3">For Case Officer's Action</netui:radioButtonOption>
</td>
</tr>
</table>
</netui:radioButtonGroup>
上一篇: 实战 Eclipse ,Jigloo, PostgreSQL,JDBC 开发数据库查询应用系统起步
下一篇: linux环境下Apache Resin的配置
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




