ToolboxContext toolboxContext =
toolboxManager.getToolboxContext(chainedContext);
if (toolboxContext != null) {
// add MessageTool to VelocityContext
ctx.put("text", toolboxContext.internalGet("text"));
/*
Object[] keys = toolboxContext.internalGetKeys();
for (int i=0;i<keys.length;i++) {
String key = (String)keys[i];