[Zope] Re: catalog aware not working.. help
Josef Meile
jmeile at hotmail.com
Tue Mar 20 03:51:24 EDT 2007
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
More information about the Zope
mailing list