标签: jsf selectbooleancheckbox
我是JSF的新宠。 我正在尝试根据某些条件启用禁用复选框。
以下是我在Google帮助下尝试的代码,但它无效。
<c:if test="#{ml.dn.y == null}"> <h:selectBooleanCheckbox id="ge" value="#{ml.dn.NonCInd}" /> <h:outputText value="Generate" style="font-weight: bold;"/> </c:if>