Thank you Dieter for your reply,
but yout suggestion doesn't solve the problem.
This is the traceback:
"The object 973677459 does not support this operation "
This means to me that x is an instance.
That's my script->
<dtml-in "objectValues(['news'])">
<dtml-let x="_.getitem('sequence-item')">
<dtml-if "Jetzt.isCurrentDay()">
<dtml- call "manage_clone(x,'versuch', [REQUEST])">
Kopiert!!!
<dtml-else>
<dtml- var text>
</dtml-if>
</dtml-let>
</dtml-in>
--
Sent through GMX FreeMail - http://www.gmx.net
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )