Re: [Zope-dev] [BlueBream] locatability of objects inside a list in bluebream

2011-08-25 Thread Michael Howitz
Am 25.08.2011 um 09:54 schrieb Joshua Immanuel: [...] But I like to know, what is the preferred way of making objects inside the 'my_list' to be locatable. So that I can have an edit page or a display page for the 'IMyListObject' in that list. The list and the objects inside the list both

Re: [Zope-dev] [BlueBream] locatability of objects inside a list in bluebream

2011-08-25 Thread Joshua Immanuel
Hello Michael, Thanks for the reply. On Thu, 2011-08-25 at 10:57 +0200, Michael Howitz wrote: The list and the objects inside the list both have to implement zope.location.interfaces.ILocation. To traverse to the `my_list` object you might use the ++attribute++ traverser. To traverse from