Hi Gari, you can use the product CatalogAwareProperties from zope.org . http://www.zope.org/Members/Dirk.Datzert/CatalogAwareProperties That does all you need as far as I know ;-) Regards, Dirk ----- Original Message ----- From: "Garikoitz Araolaza" <gari@eibar.org> To: <zope@zope.org> Sent: Wednesday, June 05, 2002 12:54 PM Subject: [Zope] CatalogAware PropertyManager
Hi!
I wrote a custom CatalogAware object class inheriting from PropertyManager.
I'm managing the properties with the regular PropertyManager form (manage_propertiesForm) but I'd like the propertymanager to call reindex_object() each time I modify something.
I suppose that the quick'n dirty solution is adding reindex_object() at the end of the manage_editProperties method. But I don't know if there is a cleaner solution or if it will badly affect the rest of objects using PropertyManager...
Any hint?
Thanks
Gari
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )