ICEFaces严格限制关闭外部标签中的每个内部标签。但是,当创建表格布局时,如何在表格的不同列中合并各种单选按钮。
最佳答案
使用展开布局并分别定义单选按钮。
因此,请首先使用:
<ice:selectOneRadio id="myGroup" layout="spread" />
并在任意位置定义单选按钮。
<ice:radio for="myGroup" />
看到:
http://www.icefaces.org/docs/latest/tld/ice/selectOneRadio.html
http://www.icefaces.org/docs/latest/tld/ice/radio.html
关于java - ICEfaces单选按钮,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3138514/