On Sat, 03 Mar 2012 12:03:01 -0300, Nirolf retep <nir...@auth.in> wrote:

Hi,

Hi!

I try to understand how the UrlRewrite handling work if I rewrite an URL
from /shop to /shopNew.
Is the pagename from ComponentSource also rewritten?

It's rewritten before it gets to ComponentSource, which receives a request to /shopNew.

If I have Components using @Persist annotation are the values persistent to shop or shopNew?

shopNew, which is the page which actually receives the request.

If I create an additional rewrite for /shopSpecial to /shopNew and the user open both urls in different browser tabs from same session will the @Presist values be the same? If yes is there a way to handle this problem?

There will be no problem. @Persist is not based on URLs, but on the actual page classes.

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