PDA

View Full Version : Velocity: resourceLoaderPath


lime
Nov 29th, 2004, 12:54 PM
Hello,
I'm trying Velocity Spring support

I have a question: I've set resourceLoaderPath with value /templates where templates is a directory under my web app root

In this directory, and its subdirectories, I have templates files: the VelocityEngine is unable to find templates under subdirectories.

Is it the correct behaviour?

robh
Dec 3rd, 2004, 07:14 AM
Are you saying that it can only find files in the main directory and not the sub directories? Can you post your configuration for us?

Rob

lime
Dec 3rd, 2004, 08:42 AM
everything works fine
it was a misunderstanding of Velocity template calls, sorry