cancel
Showing results for 
Search instead for 
Did you mean: 

Sharing FTL/Static HTML files across different web forms

mcarson
Champ in-the-making
Champ in-the-making
Hi,

I've been stuck on what I assumed was a fairly straightforward use-case - basically I have a heap of header and footer files (static HTML) that can be shared between different web forms, and I want to know how I can get my form templates to access a common copy of the header and footers.

Right now I have do manually add them into each of my web form spaces so I can use something like:
<#include "header.html" parse=false>, but ideally when I update these files, I only want to upload them once to a single place rather than to upload multiple copies to each of my web forms.

I assume this is a reasonably common scenario, but I can't seem to find any examples or instructions on how it can be done.

Thanks in advance!
1 REPLY 1

mcarson
Champ in-the-making
Champ in-the-making
I'm currently investigating this patch:

http://issues.alfresco.com/jira/browse/ALFCOM-2554

Being able to search/include files one level higher is better than nothing.