That's probably the reason...

template = super.getTemplate("x.vm") should be appropriate.

  Claude

Le jeudi 14 décembre 2006 à 09:51 +0000, Dave a écrit :
> 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]
> 


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

Reply via email to