Hi thank you for your quick response I am using enterprise edition version 4.5.4 . I am trying to create a very simple website for demo. I have created the menu so that every time you have new page, the page name appears on the menu. I am trying to create the breadcrum for the site. Below is my site structure
[img]http://s6.postimage.org/pkc2s26sh/structure.png[/img] [b]and site configuration:[/b] [img]http://s6.postimage.org/5e8kt6b4x/configure.png[/img] [b]configuration for the breadcrum area[/b] [img]http://s6.postimage.org/x2v80oy5d/breadcrum.png[/img] here is code i used for rendering the breadcrum : <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> Below is the code on my main page: <div id="main"> <div id="header"> [@cms.area name="navigation" /] [@cms.area name="breadcrum" /] </div> <div id='content'> </div> </div> [b]Here is the error i got when i open the main page:[/b] [img]http://s6.postimage.org/hinua5o0x/error.png[/img] I suppose there is the problem with the breadcrum script. So how do i put this correct. I am really appreciate your support. Actually, I am a developer for a large organisation in UK and we are evaluating CMS systems for our own use. Our team proposed Magnolia. we are creating a simple wireframe for a demo session next week to demonstrate Magnolia functionalities to our senior managers. I hope to have a good demo to them, so that we can go further with Manoglia and i can learn more about the system thank you very much :) -- 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]> ----------------------------------------------------------------
