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]>
----------------------------------------------------------------