20 Feb
2005
20 Feb
'05
6:20 a.m.
--On Samstag, 19. Februar 2005 20:53 Uhr -0800 Kent Watsen <kent@watsen.net> wrote:
It seems clear that I need to add a something to the Zope root having the id "photos", but is it a Python Script or a Product? I tried creating a Product and setting the __getitem__ method, but it didn't work.
Usually every Product has to provide a constructor manage_addSomething() that creates an instance of the Product in the context of the container where it is called...there are tons of example in every single Zope Products...just look through the existing sources. -aj