0 Replies Latest reply on Oct 22, 2010 6:07 AM by stevendegroote

    rich:toolbar not refreshed on postback

    stevendegroote

      I have found that my toolbar is not build up, even when the bound element has changed.

       

      <rich:toolBar id="menu01" binding="#{menuBar.menuBar}" />
      

       

      I have explicitly changed the model, but my toolbar remains the same (for instance with a regular navigation rule).

      However, when I do an actual redirect the menu is built again and displaying the correct items (either through the browser, or by added <redirect/> to the navigation rule).

       

      I was wondering if there is something I can do to refresh the menu on post requests as well?

       

      Thanks,

      Steven