1 Reply Latest reply on Sep 1, 2010 8:26 AM by cassionandi

    rich:comboBox + IE7

    cassionandi

      Hi fellows.

       

      I have a xhtml that uses a rich:comboBox to select a value (dããr) and submit it to a search.

      The is that in Firefox it works like expected, but on IE7 the value of the rich:comboBox is empty/null.

       

      Someone noticed something like that?

       

      The code:

       

        <a4j:form id="form1">
              <rich:panel>
                            
                  <table>
                      <tr>
                          <td>
                                Estabelecimento *
                          </td>
                          <td>
                                <rich:comboBox style="position: none;" width="200px" listWidth="425" id="transacaoEstabelecimentoComboCadastro"
                                                styleClass="input medium_combo"
                                                value="#{cadastrarTransacao.transacao.estabelecimento}"
                                                enableManualInput="false"
                                                directInputSuggestions="false"
                                                inputDisabledStyle="false"
                                                defaultLabel="Selecione..."
                                                converter="entityConverterEstabelecimento">
                                                <s:selectItems value="#{cadastrarTransacao.usuarioLogado.estabelecimentos}" var="transacao"/>
                               </rich:comboBox>

      .............

       

      Sorry the portuguese names on sample code.

        • 1. Re: rich:comboBox + IE7
          cassionandi

          I have some news!

           

          Some values don't work, some work.

          What is the difference between the values? The double blankspace in the middle of the value.

           

          Look at this:

          LO SOM   LTDA FILIAL 07 (double blankspace don't work)
          LO SOM LTDA FILIAL 07 (single blankspace works fine)