Just one advice: adding query strings isn't URL rewrite at all. Instead, it's when you want some URL to be processed as if it was another. Example: /page.html?id=1 to be processed by Tapestry as /page/1.

In addition, if you need just one or two query parameters, I'd use the page activation context instead. Way more beautiful URLs, just a little bit more code.

--
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