selectBooleanCheckbox value doesn't set properly inside ui:repeat
问题 i have a ui repeat on a composite as follows: -the ui repeat: <ui:repeat var="award" value="#{myBean.awards}" varStatus="status"> <mycomp:Award id="awardComp" value="#{award}" index="#{status.index}"></mycomp:Award> </ui:repeat> -the composite <h:panelGroup id="cashRow" layout="block" style="height:30px"> <label id="anniversaryAwardCash" class="admin checkbox" style="float: left; clear: both; margin-top: 10px; width: 100px;"> <h:selectBooleanCheckbox value="#{cc.attrs.value.cash}" style=