Hi All. Should the following 3 lines be added to the end of "JetspeedJspPage" ?
Context context = TurbineVelocity.getContext(data);
TurbineVelocity.getContext(data).put("jnavigation", new
JetspeedTemplateNavigation(data));
data.getTemplateInfo().setTemplateContext(VelocityService.CONTEXT, context);
Without them , if you cancel or update the config of a JSP portlet then the TOP and
LEFT menus disappear as jnavigation is null
Regards Mark.
