Oh I meant the OFBiz user mailing list. Anyway FreeMarker is an Apache project now so the mailing list changed. You need to follow the new one provided in lists.apache.org
On Apr 3, 2017 10:34 AM, "Ingo Mahnke" <[email protected]> wrote: > Hi Thaer, > good idea. > > I tried to subscribe on "http://freemarker.org/mailing-lists.html" and > clickd on "[email protected]" -> 404 > > Any other method to subscribe? > > Ingo > > > > > > > Gesendet: Montag, 03. April 2017 um 09:20 Uhr > > Von: "Taher Alkhateeb" <[email protected]> > > An: [email protected] > > Betreff: Re: include with custom parameter > > > > Hi Ingo, > > > > I think this question fits more in the user mailing list. > > > > Regards, > > > > On Mon, Apr 3, 2017 at 12:47 AM, Ingo Mahnke <[email protected]> > wrote: > > > > > Hallo, > > > maybe someone can help me. > > > Is it possibile to use custom parameter with the include directive? > > > > > > > > > Template 1 > > > .... > > > .... > > > <#include "template2.ftl" param=v1> > > > ... > > > .. > > > > > > > > > template2.ftl > > > .... > > > ... > > > <#if (param=="v1")> > > > .. > > > .. > > > <#else> > > > .. > > > .. > > > </#if> > > > > > > > > > Thank you very much!!! > > > > > > Ingo > > > > > > > > >
