这是我的复选框:
<h:selectManyCheckbox style="font-size: 8pt; text-align: left" id="inputGroupIDBoxes" layout="pageDirection" value="#{pc_DesignersInterface.selectedInputGroupIDs}" rendered="#{pc_DesignersInterface.showInputGroup}">
<f:selectItems value="#{pc_DesignersInterface.inputGroupIDs}" />
</h:selectManyCheckbox>
这是我的豆:
inputGroupIDs.add(new SelectItem(st.nextToken().trim(),"<b>--</b>" + GrpFieldIds.get(g).trim()));
但我没有--
在复选框中加粗。我究竟做错了什么?谢谢。