0 Replies Latest reply on May 30, 2011 11:36 AM by paddy3k

    rich:panelMenu expanded parameter problem

    paddy3k

      Hi,

       

      i've got a problem saving the state of my panelMenu. I did it like in the most tutorials:

       


      <rich:panelMenuGroup expanded="#{menuBean.state['group1']}">

       

      menuBean is a session scoped bean and state is a Map<String, Boolean>. It seems like only the getter is called

      after loading a page. If i expand a menu group nothing is set in the bean. Am I doing it wrong or is it a bug in richfaces 4 ?

       

      many thanks in advance...

      paddy