我正在使用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 库正常工作。