Hi Allen
I made a pyhon product with catalogaware as one of my base class but my
zcatalog named 'catalog' doesn't automatically catalog when I add a
product item. what could be a problem?
Perhaps setting the catalog in your object instance may help:
self.manage_editCataloger(catalogPath)
You may also try to change the way you are sub classing. In my case, I
put CatalogAware as the first sub class (left-most).
Regards
Josef
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )