Hi everyone, I hope you can help a Tapestry newbie here :)
I've been following the blog post on how to use the new API (we're developing a new app in 5.2) http://blog.tapestry5.de/index.php/2010/09/06/new-url-rewriting-api/ but for the life of me I can't figure out how to pass extracted URL parameters to the new page. So, say we have to rewrite /<app>/page/123 to /<app>/page?id=123, how do I pass the id:123 URL parameter to the EventContext without touching on any internal classes? Many thanks, Marek Wawrzyczny