2 Replies Latest reply on Oct 29, 2007 7:27 AM by jamesjmp

    rich:menuItem and f:param

      hi,
      I´m trying to use f:param with rich:menuItem but it seems that richmenuItem doesn´t work properly with it
      This is my code:

       <rich:menuItem value="#{messages['New']} F param" action="/RstReportEdit.xhtml">
       <f:param name="rstReportCode" value="HELLO"/>
       </rich:menuItem>
      
      


      Shouldn´t it work the same way like this:

      
       <rich:menuItem value="#{messages['New']} param rstReportCode=" action="/RstReportEdit.xhtml?rstReportCode="HELLO">
       </rich:menuItem>
      
      


      By the way, I´m working with seam 1.2.1 and richfaces-3.0.1
      thanks in advance!