[Michael Bernstein] | When called, they find the nearest (acquisition-wise) ZCatalog | (named Catalog by default), I think you can specify the ZCatalog it should index itself in by putting the default_catalog attribute in your class. I think, that this object (in pseudo) would index itself in ZCatalog1 def myClass(CatalogAwareness): default_catalog = 'ZCatalog1' def __init__(self): self.index_object() If you have the path: mysite.com/ZCatalog1/ZCatalog2/Folder1/myClassInstance Yeah? _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Chris McDonough
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Erik Enge
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Erik Enge
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Chris Withers
- Re: [Zope-dev] CatalogAware Michael Bernstein
- Re: [Zope-dev] CatalogAware Christopher Petrilli
- [Zope-dev] Re: [squishdot] ZCatalog reindex_object Michael Bernstein