3 Replies Latest reply on May 27, 2008 7:37 AM by ilya_shaikovsky

    rich:combo not displaying the label

    francis1970

      Hi all,
      I have switched my combo from plain JSF to rich faces and I noticed that the label of the Combo isn't displayed anymore. Instead the value is displayed

      <rich:comboBox value="#{UserBean.colorName}">
      <f:selectItem
      itemValue="red" itemLabel="Red Colour"/>
      <f:selectItem
      itemValue="blue" itemLabel="Blue Colour"/>
      <f:selectItem
      itemValue="black" itemLabel="Black Colour"/>
      <f:selectItem
      itemValue="green" itemLabel="Green Colour"/>
      </rich:comboBox>

      In this example, in the combo is displayed "red,blue,black,green"

      I'm using richfaces-ui-3.2.1.CR3 mounted on JBoss 4.2.0

      Hope I can get an answer...
      Thanks
      Francesco