problem with <rich:combobox
- by Wiliam Witter
why the rich: comboBox uses the value to display in the listing and not the label, as I do to show the description and select the id.
I did so
<rich:comboBox width="300">
<t:selectItems value="#{compromissoHome.buscar}" var="teste" itemValue="#{teste.testeId}" itemLabel="#{teste.teste1}"/>
</rich:comboBox>