0 Replies Latest reply on Dec 14, 2008 9:10 AM by philip142au

    How to use rich:panelMenu?

    philip142au

      Hi,

      I'm trying to use <rich:panelMenu and I have my panel menu items.

      <rich:panelMenuItem label="Member Activity List" action="#{panelMenu.memberActivityList}">

      It calls the seam component, panelMenu and calls that method which is

      public String memberActivityList() {
      return "/MemberActivityList.xhtml";
      }

      The problem is - the <rich:panelMenu is not staying at the item I just clicked on, it folds up and does not show the selected menu item.
      Why is that so?

      Should I be returning something different from my method?

      Any help greatly appriciated,

      Thanks, Philip