Grégory Goessens <[EMAIL PROTECTED]> writes: > Hi > > When i have <!--#include file="/inclusions/barrenav.html" --> (by > example) in my template, there is a problem with the display. I have > only a white screen. > > How to do? Is it possible ? > > Thx for your Help
This type of question is best asked on the [EMAIL PROTECTED] mailing list. The answer is that you need to escape the text "#include" in your template to avoid having Velocity treat it as a...well...Velocity #include directive. Section 13 of the "User Manual" is on this specific topic: http://jakarta.apache.org/velocity/user-guide.html#Escaping%20VTL%20Directives -- Daniel Rall <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>