On Mon, 17 Feb 2014 19:52:32 -0300, Ilya Obshadko <ilya.obsha...@gmail.com> wrote:

I've researched a little bit more and found BaseURLSource service which is responsible for URL construction.

But overriding BaseURLSource doesn't work because of circular dependency
during initialization, while trying to alter BaseURLSource using advisors
simply doesn't work at all (advisor never gets called).

Please post the correspondent code. It should work.

If you're going to replace all methods and service override fails for circular dependency, just create a decorateBaseURLSource() method and return your own implementation.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.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