Re: Identify the previous page

2011-05-02 Thread Joakim Olsson
On Mon, May 2, 2011 at 8:40 PM, Thiago H. de Paula Figueiredo wrote: > On Mon, 02 May 2011 15:34:06 -0300, Joakim Olsson wrote: > >> Hi all, > > Hi! > >> What's the best way to identify the previous page from inside a >> Dispatcher? >> I've tho

Re: Identify the previous page

2011-05-02 Thread Thiago H. de Paula Figueiredo
On Mon, 02 May 2011 15:34:06 -0300, Joakim Olsson wrote: Hi all, Hi! What's the best way to identify the previous page from inside a Dispatcher? I've thought about using the referrer-header and from the URL parse out the Tapestry-page The URL parsing Tapestry does is impl

Identify the previous page

2011-05-02 Thread Joakim Olsson
Hi all, What's the best way to identify the previous page from inside a Dispatcher? I've thought about using the referrer-header and from the URL parse out the Tapestry-page but it feels like there should be a more "Tapestry-way" if you know what I mean. :-) Any ide