I am a new bee to JSF. I am trying to enable disable check box based on some condition.
Below is the code I tried with Google help but it's not working.
<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>