Hi, import org.apache.turbine.services.velocity.TurbineVelocity; ... Context context = TurbineVelocity.getContext(runData);
Your pull tool's init(Object o) method would be passed a runData object that you pass to the method above. Regards, Daniel On Wed, 5 May 2004, it was written: > In Turbine-2.3, how would you get velocity context within a Request pull tool? > i.e., in my request pull tool, I need to do something like: > Context ctx = whichClass.getTemplateContext(data) > > thanks in advance! > > richard > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
