Freemarker will assume the included file is in the same folder as the
file that contains the include directive. If the file is located
somewhere else, then you will have to supply a complete pathname or URL.
-Adrian
eysman wrote:
hi everyone,
I'm having an issue with the include directive in ofbiz. I'm doing a simple
<#include "file.ftl"> command, but getting back a FileNotFoundException. The
file is definetly where it should be, and I'm using the same code base as a
few co-workers of mine, but I'm the only one experiencing this issue.
Has anyone come across this problem and can help me out?
Much appreciated,
John