AW: [Zope] newbie: problems with setting title when cloning a dtml-method
hi dieter, thanks for your contribution. but still it does not work ;( got a typeerror. which external method did you think of? jan -----Ursprüngliche Nachricht----- Von: Dieter Maurer [mailto:dieter@handshake.de] Gesendet: Sonntag, 1. Juli 2001 23:17 An: Jan Sew Cc: zope@zope.org Betreff: Re: [Zope] newbie: problems with setting title when cloning a dtml-method Jan Sew writes:
exhibit.manage_changeProperties(title=document_title) ... does not work for DTML Method ....
Try: exhibit.title= document_title It may be possible that the security system will not let you do this assignment. Then you will need an External Method. Dieter -- Sent through GMX FreeMail - http://www.gmx.net
Jan Sew writes:
thanks for your contribution. but still it does not work ;( got a typeerror. You should not get a TypeError.
What is your code? What was the traceback?
which external method did you think of? The external method will not help against a TypeError, only against "Unauthorized".
Dieter
participants (2)
-
Dieter Maurer -
Jan Sew