10 Replies Latest reply on Oct 3, 2007 10:00 AM by thedrake

    [panelMenu] extend and action problem

    thedrake

      Hello, i'm using the panelMenu componant.
      I got some problems :

      The actions included in each panelMenuGroup are not executed when selecting them.

      I'm using Facelets, the panelMenu is in a different frame..but every time I do an action elsewhere (for exemple, selecting a row in a SelectOneMenu which should not intervene in the menu), the menu is refreshed (and the function isExtended is called 8 times !!!)... why is that ? :(

      Last thing, I would like to keep the nodes expanded while changing pages, what is the good way to do it ? Thank you.