Hi, I have the following problem with the ToolboxContext: the class extends VelocityContext, yet doesn't implement any of the methods in the class hierarchy. The collection of ToolInfo objects is stored in a private Map on the ToolboxContext, meaning the super-class methods like getKeys(), etc. do not return a correct result.
Similar for ChainedContext. If I create a ChainedContext using an existing VelocityContext, the getKeys() method returns 0 (zero), while the VelocityContext does contain elements. Is there a specific reason for this? Or should I go for a bug report? Background: I am trying to get the tools available in the vm's of an existing web application (Roller - http://www.rollerweblogger.org). I have to work with an existing VelocityContext object that I can't simply replace by a ChainedContext. -- Jaap -- Jaap --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
