On Fri, 11 May 2012 20:12:46 -0300, René Bernhardsgrütter <rene.bernhardsgruet...@cerder.com> wrote:

Hi T5 Users,

Hi!

is it somehow possible to add an anchor-tag (example.com/#entry123) to a page redirect? I should control this inside the POJO, not in the template (there it's no problem).

Use PageRenderLinkSource to create a Link to the page you want, add the query parameters, then return it in your event handler method.

The only way I found was by injecting the Link interface (org.apache.tapestry5.Link) but then I can't use the strong typed Java classes

Why not?

and I have to construct the URL manually.

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