On Tue, 19 Jan 2010 09:50:27 -0200, Piero Sartini <li...@pierosartini.de> wrote:

I want to use UrlRewriter in order to make a page appear in two locations. Now my problem is that I am not able to link to both destinations
(with t:pagelink for example).

Why would you want/like that in first place?

Tapesty's URL rewrite works for incoming links by changing the Request before it is decoded. For outcoming links, by changing generated Link instances.

Is there any way for me to make a page appear under two locations and
be able to use it as it is available in both locations?

Just don't use PageLink for the unrewritten link, using a plain <a> tag instead.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, 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