10 Jun
2007
10 Jun
'07
5:15 p.m.
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