1 Reply Latest reply on Nov 24, 2007 2:04 PM by pmuir

    How to use rich:menuItem?

    mschmidke

      Hello all,

      can you give me a short advice which is the right way to use a richFaces dropDownMenu with respect to conversations?

      Selecting a menu item should terminate the current conversation. I've used:

      <rich:menuItem value="Aufgabenliste anzeigen"
       action="#{mainMenuBean.chooseProcessAction}">
       <s:conversationPropagation type="end" />
      </rich:menuItem>
      


      Is this correct?

      Visually, it works, but how can I control whether the current conversation is aborted correctly? What about if there was no conversation running?

      I want to avoid having lots of conversation scoped beans laying around in my server's memory just because the user clicks menu items.


      Marcus.