1 Reply Latest reply on Jun 22, 2009 5:02 AM by ilya_shaikovsky

    Combo box id selected item

    mechtatel

      Hi,

      How can I get the id for the selected item from combo box?
      I try SelectItem("1", "first option") thinking that the control will display "first option" and I can obtain the id 1, but no :)

      In suggestion box I can use a4j:support to send the id to the back bean.

      How can I get id in comobo box?