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]https://www.dropbox.com/s/n4f11ofgnpc7m9r/structure.png[/img]


[b]and site configuration:[/b]

[img]https://www.dropbox.com/s/hfl7g4k71u7uo84/configure.png[/img]


[b]configuration for the breadcrum area[/b]

[img]https://www.dropbox.com/s/lfqucyv19rwu38q/breadcrum.png[/img]

[b]here is code i used for rendering the breadcrum :[/b]

[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]Below is the code on my main page:[/b]

[code]<div id="main">
              <div id="header">
                
                [@cms.area name="navigation" /]
                [@cms.area name="breadcrum" /]
              </div>
              <div id='content'>
              </div>
        </div>

[/code]

Here is the error i got when i open the main page:

[img]https://www.dropbox.com/s/eb6bgbh4g4xm5tx/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]>
----------------------------------------------------------------

Reply via email to