0 Replies Latest reply on Apr 9, 2010 8:44 AM by thinkwise

    Combobox value not set

      Hi There,

       

      We updated our Richfaces component libraries from 3.3.1 to 3.3.3. My problem also occures in 3.3.2.

       

      We use the Richfaces combobox and when a value is selected, the onSelect event fires. In the event there is a check if the value is changed by comparing combobox.value with combobox.defaultValue in javascript. When the combobox has no current value the combobox.value stays empty so no valuechange is detected. When I fill in a value in the combobox server-sided before the combobox is shown on the screen the combobox works fine.

       

      Is there something changed in the order of events or is this a bug?