On Thu, Dec 4, 2008 at 9:19 AM, carlo latasa <[EMAIL PROTECTED]> wrote:
> So in the webwork 1.x code I have, there's a subclass of the velocity > runtime Directive class that has some code like the following: > > VelocityEngine velocityEngine = > VelocityManager.getInstance().getVelocityEngine(); > Template template = velocityEngine.getTemplate(templateName); however it looks like you can no longer get the velocityengine from the velocitymanager. How would I do this now using Velocity 1.5? (Sorry for the last partial post) Carlo.
