Hello! Can anyone help me on how to call the updateCatalog method in Zope? I would like to call the same method that is called by clicking on the "Update Catalog" button in the Advanced tab of the Catalog Mananagement Screen. I want to run this method in a DTML Script for Xron, since CatalogAwareness doesn't work for me. Thank you! Niclas Kuehne nk@nkmail.com
hi, put this code as a python-script in your catalog (contents-tab): container.refreshCatalog() greetings, maik. On Tue, 26 Mar 2002 16:39:45 -0600 "Niclas Kuehne" <nk@nkmail.com> wrote:
Can anyone help me on how to call the updateCatalog method in Zope? I would like to call the same method that is called by clicking on the "Update Catalog" button in the Advanced tab of the Catalog Mananagement Screen. I want to run this method in a DTML Script for Xron, since CatalogAwareness doesn't work for me.
-- maik jablonski visit www.zope.org, universitaet bielefeld LET'S GET ZOPED!!!! zentrum fuer lehrerbildung didaktik des sachunterrichts postfach 10 01 31 33501 bielefeld germany tel: + 49 (0) 521 106 4234 http://www.zfl.uni-bielefeld.de/ http://www.sachunterricht-online.de/
participants (2)
-
Maik Jablonski -
Niclas Kuehne