You'll need to configure an appropriate resource loader http://velocity.apache.org/engine/devel/developer-guide.html#configuring _resource_loaders
-----Original Message----- From: AngeloChen960 [mailto:[EMAIL PROTECTED] Sent: 16 January 2008 03:01 To: users@tapestry.apache.org Subject: T5: using velocity in the app hi, I need to use velocity's template to format an email, something like this: VelocityEngine ve = new VelocityEngine(); ve.init(); Template t = ve.getTemplate("email.vm"); but always got :ResourceNotFoundException any idea how to use Velocity with Tapestry 5? thanks. A.C. -- View this message in context: http://www.nabble.com/T5%3A-using-velocity-in-the-app-tp14861724p1486172 4.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]