1 Reply Latest reply on May 19, 2008 10:42 AM by jermaioncer

    Problem with "Seam entity converter support" in comboBox

    gromero

      Hi, I have a problem with this:

      <rich:comboBox value="#{nuevoMovimiento.motivo}">
      <s:selectItems var="motivoMovimiento"
       noSelectionLabel="Seleccione..." value="#{abmMotivo.listar()}" label="#{motivoMovimiento.nombre}" />
      <s:convertEntity />
      </rich:comboBox>


      I try too:

      <rich:comboBox value="#{nuevoMovimiento.motivo}" suggestionValues="#{abmMotivo.listar()}">
      <s:convertEntity />
      </rich:comboBox>



      I didn`t find documentation for this.

      Two options render same, the combo with the values "1,2,3,4....."

      Thanks.