22 Jan
2002
22 Jan
'02
6:50 p.m.
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