<h:form id="theForm">
<t:selectOneRadio id="buttons"
value="buttonList.selectedButton"
layout="spread"
forceId="true"
forceIdIndex="false">
<f:selectItems value="#{buttonList.selectList}" />
</t:selectOneRadio>
<t:dataTable newspaperColumns="3"
var="row"
value="#{buttonList.dataModel}"
rowIndexVar="index">
<h:column>
<t:radio for="" index="#{index}" />
</h:column>
</t:dataTable>
</h:form>
View this message in context: Re: How can I display radio buttons in 2 columns?
Sent from the MyFaces - Users forum at Nabble.com.

