You define your dispatcher as a service (with a build method) in your IoC module and pass the services that you need injected into the constructor.
See: http://tapestry.apache.org/tapestry5/tapestry-ioc/service.html Peter Beshai On Fri, Apr 25, 2008 at 1:49 PM, János Jarecsni <[EMAIL PROTECTED]> wrote: > Hi, > > sorry for the newbie question again, but what is the canonic or suggested > way to access core services or facilities of the T5? I mean, from classes, > into which nothing gets injected (say, I'm writing a dispatcher, where I'd > like to resolve page names, component names). I'd like to have a > ComponentClassResolver for instance. Is that possible? (I hope so :)) > > thx & cu > janos >