1 Reply Latest reply on Nov 8, 2007 6:54 AM by damianharvey

    problem with selectOneMenu in seam 2.0.0.GA

    nemya

      Hi,
      I have a selectOneMenu which takes its values from an outjected List. I have also a commandbutton which executes a method in the same bean that removes the current value in the selecOneMenu. Every thing was ok when I was using seam 1.2.1.GA. But since I migrated to 2.0.0.GA the selectOneMenu is not refreshed when I click the commandButton. The method is called and the value is removed from the list(I see it when I debug) but the selectOneMenu still have that value. It is refreshed when I submit the form again.
      Is it a seam 2.0.0.GA bug?