Hi,
Keep in mind that you really should be using CatalogPathAware not
CatalogAware, or you will run into trouble with absolute_url() and
virtual hosting.
Does it make a difference? If you go to
<Zope_home>/lib/python/Products/ZCatalog/CatalogPathAwareness.py
You will see that CatalogPathAwareness.CatalogPathAware is a subclass of
CatalogPathAwareness.CatalogAware with no code at all. I'm in deed using
CatalogAware as base class of a python product in a virtual hosting
environment and haven't noticed any problem.
_______________________________________________
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 )