6 Replies Latest reply on May 28, 2007 5:17 PM by henrik.lindberg

    problem with page parameter and back

    henrik.lindberg

      I am using a page parameter (I have a search result that is displayed, the user clicks on a link with a parameter being the id of a document to view).

      Everything works fine as long as the user is "moving forward" - i.e. display something, then search again, select something etc.

      But, if user hits back button, and selects a row from the same resultset the previously displayed document is displayed again.

      Debugging this I noticed that even if the user clicks on a link with a different parameter - the method that is called to set the page parameter is called with the value of the previous setting of the page parameter.

      Confused... Can someone help?