1 Reply Latest reply on Jan 19, 2012 3:01 AM by blabno

    Any methods to create dynamic menus

    quinten.jiang

      I saw icefaces has dynamic dierarchy definition for menus like:

       

      <ice:menuBar orientation="vertical">

                      <ice:menuItems value="#{menuBean.menuModel}"/>

      </ice:menuBar>

       

      easily to create menus and sub-menu recursively

       

      May I know if richfaces has same function to handle this?

       

       

      Thanks