我使用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"
/>发布于 2012-08-11 23:30:17
在搜索另一个问题的解决方案时,我意外地发现了以下内容:
buttonset="false"它解决了我的问题。我希望这对其他人有帮助。
https://stackoverflow.com/questions/11886464
复制相似问题