Thank you Kris!

This seems to have done the trick.


Kristian Marinkovic wrote:
> 
> you could also use the ObjectLocator service to create proxies within 
> the alias contribution to prevent the recursion 
> 
> pblic void static contributeAliasOverrides(Configuration.... , 
> ObjectLocator locator)
> {
> 
>      configuration.add(AliasContribution.create(LinkFactory.class,
> locator.proxy(LinkFactory.class, YourImplementation.class)));
> }
> 
> g,
> kris
> 

-- 
View this message in context: 
http://n2.nabble.com/-T5.1--Overriding-a-binding--tp2344287p2348026.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to