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-tp14861724p14861724.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]

Reply via email to