With regards to the Trinidad navigationPath, you can plug it into a model object. So, the component does what you need - but the hard work of defining the model isn't there.
Trinidad is building an XMLMenuModel that will automate breadcrumbs and more. -- Adam On 7/25/06, Kuni <[EMAIL PROTECTED]> wrote:
Hello, i'm looking for a breadcrumb component.. i found the navigationPath component provided by trinidad.. that's really nice but that's not what i'm looking for! i imagine something like these: <xy:breadcrumb delimiter=">>" /> which will render: index >> page1 >> page2 >> page3 the component 'knows' your navigation history based on the navigation rules. in the simpliest way you only should define an entry point. the component observes your behavior to create a path like shown above. no path definition is needed.. a well known strategy to create such path is to organize your sources in structured directories and parsing the directory tree.. but that makes no sense cause your source-tree depends on the navigation-path terrible ;) anybody has a working example or knows hot to realize it? .. regards, Kuni

