4 Replies Latest reply on Jun 11, 2009 7:50 AM by ilya_shaikovsky

    How to change value in ComboxBox in JS

    vrelits

      Hi! I have to rich:ComboBox'es. When I change the selection in one I want to change value in the second. How to do that in a onchange JS handler?

      I have something like:

      onchange="#{rich:element('moraFormLaanId')}.value='All';"

      but it doesn't work.