On Mon, 19 Sep 2011 19:01:34 -0300, Juan Germán Castañeda Echevarria <juan...@ciencias.unam.mx> wrote:

Hi,

Hi!

I am in the process of upgrading to 5.3 and I have a request handler which uses SimpleRequestWrapper which is now deprecated.

It was part of the URL rewriting API that was deprecated in 5.2 and removed in 5.3.

My request handler is used to send files that are stored in a database and some of them are html articles which I want to be rendered as a page with a different url. How can I modify the request path without using
SimpleRequestWrapper?

Use the LinkTransformer API: http://blog.tapestry5.de/index.php/2010/09/06/new-url-rewriting-api/

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

  • SimpleRequestWrapper Juan Germán Castañeda Echevarria
    • Re: SimpleRequestWrapper Thiago H. de Paula Figueiredo

Reply via email to