On Wed, 18 Aug 2010 18:15:06 -0300, raulmt <rau...@gmail.com> wrote:

So, my question: is it possible to override a service if the override
requires the use of Request service??

Have you tried using decoration instead of a service override? Just create a decorateBaseURLSource() and return you implementation. I used this once to solve the recursion problem once.

As BaseURLSource has just one method, you can also easily advise the service.

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