[Zope] Adding a Factory results in a new ZCatalog index type
Dieter Maurer
dieter@handshake.de
Tue, 22 Jan 2002 19:50:22 +0100
Maik Jablonski writes:
> zope is really great, but sometimes i don't know what to do.... ;-)
>
> when i add a new product through the zope management interface (call it
> myTest for example) and then add a new Zope Factory in this Product
> (with the "Add list name" something like TEST), "TEST" will be also
> listed in the "Select type to add"-list of the Index-Tab in a ZCatalog...
The "Index-Tab" "add list" shows classes based on the interfaces
it implements. Look at the code to find out the details.
Apparently, your class claims to implement the required interface.
Dieter