0 Replies Latest reply on Jul 13, 2010 1:44 AM by marioosh.net

    Navigation strings - how to get them ?

    marioosh.net

      I want to remember previous navigation strings on stack when actions are processed (to make back button). Where can i do that GLOBALLY? Some global action listener or something... ?

       

      <h:commandLink action="page1" />

      <h:commandLink action="page2" />

      ...