Navigate from an ExplicitPanel back to an Administrative Panel

I have an explicit panel loaded from an administrative panel.  Wondering how, if I do some sort of AJAX save on my explicit panel I can go back to the previous panel and reload it.

Parents Reply
  • If you are editing and reloading the admin UI to test the explicit panel, the history will be lost and close() will not have anywhere to return to. The stack of navigation between panels only persists within context of the page.

    The role explicit panel, for example, uses ...close() to return to the role list, for example, but if you edit a role, reload the browser tab, and save, it will not return to the role list.

Children