// FIXME: this tools are now in TR.p file, as standard request tools instantiated by turbine.
// All tools but jnavigation are there, jnavigation need to be instantiated here
// because TemplateNavigation in which depends does have a no args constructor..and
// turbine need one to be able to instantiate such class as request tool
Context context = TurbineVelocity.getContext(data);
TurbineVelocity.getContext(data).put("jnavigation", new JetspeedTemplateNavigation(data));
data.getTemplateInfo().setTemplateContext(VelocityService.CONTEXT, context);
}