On Mon, May 2, 2011 at 8:40 PM, Thiago H. de Paula Figueiredo <thiag...@gmail.com> wrote: > On Mon, 02 May 2011 15:34:06 -0300, Joakim Olsson <joa...@unbound.se> 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 implemented by the > PageRenderRequestParameters decodePageRenderRequest(Request request) method > of the ComponentEventLinkEncoder service, so you can use it yourself too. >
Aaah...Will take a look there. Thanks. /Joakim --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org