when i try this code from a class in the same jvm of my tapestry 
servlet all Objects i try to get like getWebContext()  or
pSource.getActivator() are null :
 
Registry reg = RegistryBuilder.constructDefaultRegistry();
ApplicationGlobals pSource = (ApplicationGlobals)
reg.getService("tapestry.globals.ApplicationGlobals",ApplicationGlobals.
class);
            

Reply via email to