0 Replies Latest reply on Oct 20, 2015 6:29 AM by giant2

    Richfaces dropDownMenu status

    giant2

      I need to active a status on dropdownmenu opening/closing.

       

      I tryed in this manner:

      <a4j:region id="rfcm">

      <rich:dropDownMenu id="fcm" event="onclick" submitMode="none">

      ...

      </rich:dropDownMenu>

      </a4j:region>

       

      <a4j:status for="rfcm" onstart="alert('start')" onstop="alert('stop')"></a4j:status>

       

      but nothing.

      Can anyone have the same problem?

      Thanks!