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.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to