[Zope] Automatic Cataloging
Dieter Maurer
dieter at handshake.de
Sun Jun 10 13:15:41 EDT 2007
Tom Von Lahndorff wrote at 2007-6-9 14:09 -0400:
> ...
><dtml-call "zCatalog.catalog_object(business_name,newid)">
You try to catalog "business_name" which is likely a string.
You should not expect that cataloging a string affects many
indexes ;-)
You what to catalog the cloned object.
I think (but I am not sure) that "this" may refer to this object.
If not, be explicit an use "dtml-let" to assign the result
of "manage_clone" to an itermediate variable.
--
Dieter
More information about the Zope
mailing list