[Zope-CMF] Re: Re-working Breadcrumbs

Erik Enge erik@thingamy.net
29 Aug 2001 15:51:57 +0200


[davelehman@loewen.com]

| - when I have the URL of a folder, how do I get a handle for that
| folder object so I can grab the title from it?

What I'd rather do, and I'm speaking from a bummer-experience, is to
create a method on the object.  Say, get_navigation_title(), for
example. 

Then you ask the objects, as you traverse them, politely to display
that method.  The method can be refactored or even made as a tool if
you don't want to modify your objects (maybe the TypesTool would be
right; I'm not sure).