2 Replies Latest reply on May 16, 2008 9:42 AM by ilya_shaikovsky

    Toolbar - Migration to 3.2.0.SR1

    fabboco

      Hi,

      I am migrating to 3.2.0.SR1.

      My pages have a toolbar and item menu

      <rich:toolBar>
       <rich:menuItem immediate="true" value="#{msgs.list_Cd_new}" action="#{CdManager.initCreate}" />
       ....
      </rich:toolBar>
      


      This was Ok with 3.1.4. Using 3.2.0.SR1 I get the following error:

      Parent menu for menu group (id=j_id19:j_id21) has not been found.
      


      I have found these two threads

      http://jboss.com/index.html?module=bb&op=viewtopic&t=133053
      http://jboss.com/index.html?module=bb&op=viewtopic&t=133334


      where SergeySmirnov says


      ... you use rich:menuItem directly on the toolBar without having rich:menu



      Yes, rich:menuItem cannot be used outside of the rich:menu is 3.2.0


      My problem is that I can't find any rich:menu.

      Please, can anyone help me ?

      Thank you.

      Fab.