As I see it, you "breadcum" area is missing a modelClass=info.magnolia.module.templatingkit.templates.areas.BreadcrumbAreaModel. That's why there is no model.breadcrumb
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von van pham (via Magnolia Forums) Gesendet: Donnerstag, 4. Oktober 2012 14:23 An: Magnolia User List Betreff: [magnolia-user] Re: breadcrum configuration Now i experience the undefined issue again. Here is the code in breadcrumb.ftl [code] <div id="breadcrumb"> <ol> [#list model.breadcrumb as item] [#if item_has_next] <li><a href="${item.href}">${item.navigationTitle}</a></li> [#else] <li><strong>${item.navigationTitle}</strong></li> [/#if] [/#list] </ol> </div>[/code] [b]here is the configuration[/b] [img]http://s6.postimage.org/erdrb149t/last.png[/img] [b] and the error [/b] [img]http://s6.postimage.org/blt5ktlnl/error2.png[/img] -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=e66d72dd-79b2-4514-bad5-555c76149c7e ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
