0 Replies Latest reply on Sep 15, 2009 8:15 AM by mvreddy.madhu

    about combo box

      Hi all,

      I am strucked with this error for last one week.I am using rich:comboBox,i got conversion error and i am placing my code .can any one help me and correct where i got mistaken.


      <rich:comboBox selectFirstOnUpdate="false" value="#{country.icRegion}" defaultLabel="Enter some value">
      <s:selectItems value="#{regiones}" var="region" label="#{region.name}" />
      </rich:comboBox>