[Zope] ZCatalog: Huge Problems recataloging an item

Dieter Maurer dieter@handshake.de
Fri, 15 Nov 2002 21:00:50 +0100


Timm Gebhart writes:
 > I seem to have a problem with CatalogAware Classes and index_object:
 > Method code is as follows:
 > <html><body>
 > <dtml-call "REQUEST.set('active', 1)">
 > <dtml-with "content[pic]" only>
 >   <dtml-call "manage_changeProperties(REQUEST)">
 >   <dtml-call reindex_object>
 > ...
 > which is getting called from a form outside the management interface to update 
 > a catalogued item's properties.
 > But it does not!
 > 
 > Though the object has now the new values, the ZCatalog entry is not updated, 
 > and the DTML method returns without showing any errors.
You are sure that "content[pic]" is "CatalogAware"?
You are sure that your catalog has id "Catalog"?


Dieter