Hmm, In handleRequest() I have been using (which worked for VelocityServlet):
template = Velocity.getTemplate("x.vm");
Should I perchance have been using this instead within a VVS:
template = this.getVelocityEngine().getTemplate("x.vm");
??
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
