2 Replies Latest reply on Nov 22, 2011 4:34 AM by rwi

    Exception when using a combobox (rf 3.3.3)

    rwi

      Hi,

       

      For the application I'm building, I'm trying to use a combobox :

       

      <rich:comboBox value="#{myController.kit}"

           directInputSuggestions="true" defaultLabel="Enter name" >                        

           <f:selectItems   value="#{myController.kitSuggestions}" />

           <a4j:support event="onchange" action="#{myController.kitChanged}" reRender="ManageKitForm" />

      </rich:comboBox>

       

      At first use, it works fine.

      But once a value has been selected, I can't go back and select another one. Only thin I get is this exception :

       

      uncaught exception: [Exception... "Node was not found"  code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)"  location: "http://localhost:9080/GWBF-WEB/a4j/g/3_3_3.Finalscripts/combolist.js.jsf Line: 24"]

      http://localhost:9080/GWBF-WEB/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript.jsf

       

      Would somebody know to make it work ?

       

      Thanks in advance.