1 Reply Latest reply on Sep 4, 2007 6:12 PM by haoues01

    dropdownmenu : regression in 3.1.0RC4

    ctiani

      Hi,

      I was using the <rich:dropDownMenu> in 3.0.1 version like the following :

       <rich:dropDownMenu id="NewWorkcaseDropDownMenuItem"
       value="#{messages['pgNewWorkcase.link.1']}"
       rendered="#{menu.canStartNewWorkcase && (menu.processNamesSize > 1)}">
      
       <rich:menuItem value="W4Test"
       action="#{menu.newWorkcase}"
       onclick="if (!confirm('#{messages['pgNewWorkcase.confirm']}')) return false">
       <f:param name="ProcedureName" value="W4Test" />
       </rich:menuItem>
       ...
       </rich:dropDownMenu>
      


      Since I have installed the 3.1.0RC4, the menuItem's "onclick" property does not work as well as the use of <f:param>, the method "newWorkcase" can not retrieve the value of the parameter "ProcedureName".
      Can somebody help me :( ?
      Thanks. Christian.