4 Replies Latest reply on May 6, 2011 6:58 AM by zakim2000

    richfaces 4 with jsf 2.1, rich:dropdownmenu like rich:select

    zakim2000

      Hi!

       

      How can I create a rich:dropdownmenu like combobox in richfaces?

      I used h:selectonemenu with selectitemgroup items because rich:select doesn't handle selectitemgroup properly.

      It compiles as <select><optgroup><option>...</optgroup></select> in HTML.

      I need dropdownmenu like combobox where near every group there is a small arrow to the right and when I select that group it opens a submenu just like the dropdownmenu.

      I cannot use dropdownmenu.

       

      Thnx