Unfortunately I've been a bit out of the loop since version 5.2.x came out.
Hopefully someone can bring me up to speed on this. Instead of hacking
something together that may work I'd like to ask what the recommended
approach for this is.

In my application I would like to avoid using a session for each and
everything. So instead I want to carry around an ID in the URL and also get
bookmarkable URLs at the same time. I want to receive that ID as
EventContext.

So 

/myapp/ID/mypage

should become

/myapp/mypage/ID 

with the ID being passed in as EventContext to onActivate()

Of course I don't want any URLs without the ID to leak out.

Stephan

-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/URL-rewriting-to-create-bookmarkable-URLs-tp3371226p3371226.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to