Re: a new paper on enforcing separation in template engines

2003-11-14 Thread Terence Parr
Not trying to cause an uproar or flamewar...just trying to open up a conversation. :) I did a quick scan, and I like what I read. I'll give it a careful read. Can I mention it on the velocity home page? It doesn't have anything to do with us, and I know 5 is bad, but people might be interest

Re: getting IOException when parsing template

2003-11-14 Thread Yoel Spotts
Dave Newton wrote: On Fri, 2003-11-14 at 14:46, Yoel Spotts wrote: I thought of that as well that the content of the template might have caused the Exception but really the template does very little -- just rendering some stuff which was placed in the context. Does not seem likely. I also sh

Re: Double indirection impossible?

2003-11-14 Thread Claude Brisson
alas, no but the tools subproject has a RenderTool (and a ViewRenderTool if you use the VelocityViewServlet) with which you can evaluate strings by the way, why should Velocity support -or not- indirection ? The reason why it should not : it might break the Keep It Simple Stupid paradigm - so

Re: getting IOException when parsing template

2003-11-14 Thread Will Glass-Husain
Look's like it is generated by the sun libraries. Maybe it's an encoding issue? Do you explicitly set the encoding? If so, to what? WILL - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Velocity Users List" <[EMAIL PROTECTED]> Sent: Friday, November 14, 2003 11:47 AM S

Re: getting IOException when parsing template

2003-11-14 Thread Dave Newton
On Fri, 2003-11-14 at 14:46, Yoel Spotts wrote: > I thought of that as well that the content of the template might have > caused the Exception but really the template does very little -- just > rendering some stuff which was placed in the context. Does not seem > likely. I also should have menti