Struts 2 checkboxlist tag: create multiple checkboxes at a time



< / s: check@R_947_2419 @List > / / display of multiple selection boxes < / s: Form >

Example

<s:form>
  <!--简单集合的多个复选框-->
  <s:check@R_947_2419@list name="n1" label="选择您选中的图书"labelposition="top"
                  list="{'javaweb开发实战宝典','JSP开发技术大全','视频学Javaweb'}"></s:check@R_947_2419@list>
  <!--简单Map集合的多个复选框-->
  <s:check@R_947_2419@list name="n2" label="请选择出版时间"labelposition="top"
                  list="#{'JavaWeb开发实战宝典':'2010年1月','JSP开发技术大全':'2007年11月','视频学
                        Javaweb':'2010年5月'}"
                  listKey="key" listValue="value"></s:check@R_947_2419@list>
  <s:bean name="ckdq.zx.BookS" id="bs"></s:bean>
  <!--集合里放多个JavaBean示例来生成多个复选框-->
  <s:check@R_947_2419@list name="n2" label="选择图书作者" labelposition="top"
                  list="#bs.books" listKey="name" listValue="author"></s:check@R_947_2419@list>
</s:form>
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>