8 Replies Latest reply on Jun 13, 2008 6:50 AM by wildrook

    rich:comboBox

    eklam

      I am using a rich:comboBox, when I choose the selectItem, and submit the form ok, but when the combo comes already filled in and I do not change the option, the value submitted is null...

      <rich:comboBox converter="organizadorConverter" id="organizador" value="#{agendaEventoMB.agendaEventoSelecionado.organizador}">
       <f:selectItems value="#{agendaEventoMB.listaOrganizador}" noSelectionLabel="Selecione"/>
       </rich:comboBox>
       <h:message id="organizadorMsg" for="organizador" />


      Any ideas ?