Hi > Now when i go to my website i have the following freemarker error message: > ? Expression def.globalSiteMap is undefined on line 67, column 19 in templating-kit/templates/main.ftl. > The problematic instruction: > ---------- > ==> include def.globalSiteMap.template [on line 67, column 9 in templating-kit/templates/main.ftl] > --------- ? > What am i doing wrong? Do i need to define the template anywhere else?
You should probably add support for the new property to your template-model(s). Best way is to subclass the rendarable-definition to add a custom property, or to use the parameters-map which is maybe the most generic aproach. I would configure it using def.parameters.globalSiteMap probably. HTH, Marco ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
