Struts 2 combobox tag: generates a combination of a single line text box and a drop-down list



< / s: combo@R_120_2419 @>/ / display of multiple selection boxes < / s: Form >

Example

<s:form>
  <s:combo@R_120_2419@
              label="请选择您喜欢的图书"
              name="ch"
              list="{'JavaWeb开发实战宝典','JSP开发技术大全','视频学JavaWeb'}"
              headKey="-1"
              headerValue="—请选择--"
              emptyOption="true"
  />
</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
分享
二维码
< <上一篇
下一篇>>