Hi to all! It seems, I need a hit on my head. I've got the problem to understand the pattern to configure the StringResourceRepository! I'm using velocity in a standalone application. To initialize the VelocityEngine, I do something like that:
VelocityEngine velocityEngine = new VelocityEngine(); Properties velocityProperties = new Properties(); // code to collect the props velocityEngine.init(velocityProperties); And it works as excpected! How I have to extend the code to work with the StringResourceRepository? Any hints are helpfull. Thanks and regards Thilo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
