http://myfaces.apache.org/core20/index.htmlとhttp://myfaces.apache.org/tomahawk-project/tomahawk20/tagdoc/t_selectOneRadio.htmlを使用しています。
<t:selectOneRadio>
私はjsfページでトマホークを使用しました。
<t:selectOneRadio id="myScript" value="#{bean.myScript}" layout="spread">
<f:selectItem itemLabel="" itemValue="Every" />
<f:selectItem itemLabel="" itemValue="Every weekday" />
</t:selectOneRadio>
<t:radio for="myScript" index="0" />
<t:radio for="myScript" index="1" />
ラジオ ボタンを表示できません。JSF 1.1 では同じコードが jboss6 の同等の Tomahawk ライブラリで正しく機能していました。