1 Reply Latest reply on Mar 31, 2011 3:16 PM by edilmar

    RichFaces4 menuItem without submitMode

    edilmar

      Hi,

       

      I have a menuItem like this into a dropDownMenu:

                  <rich:menuItem submitMode="ajax" label="Sair"

                                 action="#{login.sairForn}" icon="/imagens/sair.gif">

                  </rich:menuItem>

      However, in NetBeans6.9.1 when I type CTRL+SPACE to see the

      properties, submitMode doesn't exist. And when using RichFaces3.3.3,

      all works fine.