1 Reply Latest reply on Mar 7, 2008 1:20 AM by davidfed

    How to implement a "back to calling page" in the navigation rules

    rrydlo

      The Problem:
      In our application we have a view to search for Zip-Codes. The selected code is stored in a kind of cart object, and then the view is closed by a back button.
      Since Zipcodes are needed in a few places within the application, the question is how to implement the Back Button so that it returns the user to the page where he haunched the zipcode search.


      Is there a navigation rules that implements a kind of Back to  last page? If not what would be the best strategy to with this kind of problem?


      I don't want to make multiple clones of the ZipSearch view, each of them with its own button that produces a different outcome.