Re: Get the referring page

2009-01-23 Thread Peter Stavrinides
ssage - From: "Peter Stavrinides" To: "Tapestry users" Sent: Friday, 23 January, 2009 18:11:24 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Get the referring page The best way to do this last option is as follows: -- If you are not an intended recipie

Re: Get the referring page

2009-01-23 Thread Peter Stavrinides
terms relating to this e-mail. - Original Message - From: "Marcelo Lotif" To: "Tapestry users" Sent: Friday, 23 January, 2009 15:12:35 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Get the referring page No... looks like it falls in the same problem.

Re: Get the referring page

2009-01-23 Thread Marcelo Lotif
No... looks like it falls in the same problem. On Fri, Jan 23, 2009 at 9:43 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > Does this help? > > > http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/navigation/returntopage1/abc > > > On 23/01/2009, at 11:20 PM, Marce

Re: Get the referring page

2009-01-23 Thread Geoff Callender
Does this help? http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/navigation/returntopage1/abc On 23/01/2009, at 11:20 PM, Marcelo Lotif wrote: I'm using the last approach, and we don't have any problems. I don't know if this will work if a user calls the page from 2 di

Re: Get the referring page

2009-01-23 Thread Marcelo Lotif
I'm using the last approach, and we don't have any problems. I don't know if this will work if a user calls the page from 2 different pages in 2 different tabs. Maybe on the returning, one of them will be lost. Which of these other approaches will solve this problem? On Fri, Jan 23, 2009 at 9:04 A

Re: Get the referring page

2009-01-23 Thread Joachim Van der Auwera
I constantly use yout last solution. However, this begs for a persistence strategt which allows you to have a conversation which contains the same page but with different return pages. Joachim Peter Stavrinides wrote: Hi everyone, I have a page with multiple entry points, when a user is done

Re: Get the referring page

2009-01-23 Thread Lance Java
1 more suggestion: A hidden "returnPage" field on each of referring pages and the referring pages POST to the multiple entry page. 2009/1/23 Peter Stavrinides > Hi everyone, > > I have a page with multiple entry points, when a user is done editing I > want to return them to their previous page,

Re: Get the referring page

2009-01-23 Thread Francois Armand
Peter Stavrinides wrote: Hi everyone, I have a page with multiple entry points, when a user is done editing I want to return them to their previous page, there are a couple of ways of doing this I guess: - JavaScript (not so keen on this, I prefer a server side redirect) - Using the HTTP refer

Get the referring page

2009-01-23 Thread Peter Stavrinides
Hi everyone, I have a page with multiple entry points, when a user is done editing I want to return them to their previous page, there are a couple of ways of doing this I guess: - JavaScript (not so keen on this, I prefer a server side redirect) - Using the HTTP referer header of the Request se