[Zope] Catalogaware ZClass
Sven Hohage
sven.hohage@zeitspringer.de
Tue, 30 Jan 2001 11:04:58 +0100
Hello,
usually I'm more patient but this time it's a very
important feature(I have to build an archive).
That's my question from yesterday:
--->>
I try to delete a Catalogware ZClass with subobjects that are
also ZClasses.
That's my method to delete a Class:
<dtml-in "objectValues('ZClassPage')">
<dtml-let x=sequence-item>
<dtml- if "in_work">
<dtml-call "manage_delObjects([x.id])">
</dtml-if>
</dtml-let>
</dtml-in>
But Zope answers:
An exception occurred in a DTML method or document.
Error type: BadRequest
Error value: 980785769 does not exist
But '980785769' EXISTS in the management-interface !! :-((
--->
It would be very nice if someone could give me a hint.Thanks!