【发布时间】:2012-07-30 14:25:29
【问题描述】:
可能重复:
How to make Struts radio tag create a vertical list of radio buttons
如何在 Struts2 中垂直对齐单选按钮,因为生成的单选按钮默认是水平对齐的。 我正在对列表进行迭代。
<s:radio theme="simple" list="masterList" name="selectedDatabase" onclick="gotoAction(this)"/>
【问题讨论】:
-
欢迎来到 SO!在您在这里发布问题之前,最好先询问 google 和/或 stackoverflow。 @anu 之前在这里发布了答案:stackoverflow.com/questions/5809211/…
-
谢谢你....从下次开始会处理这个问题:) 再次感谢!
标签: struts2