<h:selectManyListbox value="#{bean.selectedColor}">
<f:selectItems value="#{bean.colors}" var="u"
itemLabel="#{u.code}" itemValue="#{u.description}" itemDisabled="true"/>
</h:selectManyListbox>
Я установил itemDisabled в true в f: selectItems, но он все еще включен на экране.Пожалуйста, дайте мне знать, если я что-то упустил.