Re: Model for previous pages

2008-01-25 Thread Daniel Frisk
Thanks Igor, with some restructuring of the pages this should be just as useful and without the need to access previous pages. // Daniel On 2008-01-25, at 18:11, Igor Vaynberg wrote: string url=urlfor(getpage()); url=requestutils.toabsolutepath(url); pass url onto paypal to use as the re

Re: Model for previous pages

2008-01-25 Thread Igor Vaynberg
string url=urlfor(getpage()); url=requestutils.toabsolutepath(url); pass url onto paypal to use as the return url and you will come back to the exact same page... -igor On Jan 25, 2008 5:13 AM, Daniel Frisk <[EMAIL PROTECTED]> wrote: > We have a use case in our system where users are redirected

Model for previous pages

2008-01-25 Thread Daniel Frisk
We have a use case in our system where users are redirected to a third party web site (Paypal), they later get redirected back to our site. How is it now possible to access the previous page or the model for that page (if we assume that the user continue with the same session)? // Daniel -