【发布时间】:2014-03-10 14:23:58
【问题描述】:
这是我的复选框:
<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()));
但我没有在复选框中加粗--。我究竟做错了什么?
谢谢。
【问题讨论】:
-
抱歉 - 这是我的复选框:
标签: jsf facelets selectmanycheckbox