5 Replies Latest reply on Oct 6, 2008 5:08 PM by baz

    comboboxes not populated (Seam self compiled)

    baz

      Hello,
      i  am using Seam 2.1.0Beta1 and i have tried to build seam from curent trunk (because of this bug NPE on hot deploy)
      The build process succeeded without errors.
      But when i try to put the newly created jars into my app my combo boxes are not populated anymore


                     <rich:comboBox defaultLabel="iso3country" 
                                     enableManualInput="false" 
                                     value="#{initLists.iso3country}" 
                                     suggestionValues="#{iso3codes}">
                            <a4j:support event="onselect" action="#{initLists.find}"
                                           reRender="searchPanel">
                              </a4j:support>
                      </rich:comboBox>
      


      iso3codes is a factory method which is not called. Have i missed something or is this an area where the developer are working in the moment?



      With the jars from Beta1 this is functioning.
      It would be nice if one can provide me to a seam version where the above mentioned bug is fixed. Thanks