我使用struts2-jquery-plugin来实现我的表单。但结果,我的单选按钮得到一个按钮的形式,而不是收音机(检查此链接:http://struts.jgeppert.com/struts2-jquery-showcase/index.action)...我想知道是否有办法给他们自然的外观。非常感谢你。
<s:url id="remoteurl" action="jsonsample"/>
<sj:radio
href="%{remoteurl}"
id="remoteRadiobuttons"
name="echo"
list="languageMap"
label="Language"
/>
答案 0 :(得分:1)
在搜索另一个问题的解决方案时,我意外地发现了这一点:
buttonset="false"
它解决了我的问题。我希望它可以帮助别人。