Thanks for the followup...

Just a caution - be aware that VelocityEngine.evaluate does not cache templates. There's a substantial performance improvement for using mergeTemplate instead which will cache the parsed template.

WILL


----- Original Message ----- From: "Bill Rishel" <[EMAIL PROTECTED]>
To: <velocity-user@jakarta.apache.org>
Sent: Friday, February 17, 2006 4:38 AM
Subject: re: wanting to preprocess Velocity templates


I solved my problem.
I just had to override doRequest(...) in VelocityViewServlet,
use evaluate(...) etc.

Bill


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to