1 Reply Latest reply on Oct 19, 2007 10:00 AM by theophile

    rich:dropDownMenu

    theophile

      Hello,

      I use <rich:dropDownMenu with some links below :

      <rich:dropDownMenu action="???" value="Contrats" submitMode="none">
      <rich:menuItem>
      <s:link id="creationContratTB" action="..." value="..." />
      </rich:menuItem>
      </rich:dropDownMenu>


      What I want :

      When I click on "Contrats" (ie the value of dropDownMenu), I want to launch an action and/or to open another richfaces component (ie a <rich:panelMenu... which is in the same page).

      Is it possible ?

      Thanks a lot for your answer.

        • 1. Re: rich:dropDownMenu
          theophile

          Hello,

          I have a question with rich:dropDownMenu.

          I want to launch an event when I click on the value of rich:dropDownMenu.

          But, there 's no onClick event..

          Is it possible ?

          Thanks a lot.