problem with <rich:combobox

Posted by Wiliam Witter on Stack Overflow See other posts from Stack Overflow or by Wiliam Witter
Published on 2010-04-14T23:52:39Z Indexed on 2010/04/15 0:03 UTC
Read the original article Hit count: 274

Filed under:
|

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>

© Stack Overflow or respective owner

Related posts about richfaces

Related posts about java