[Zope] problem with dynamic dtml-with
Steffen Hausmann
steffen@hausmann-family.de
Sun, 15 Jun 2003 01:58:15 +0200
Hi,
I'm using the following dtml-with expression and it works perfekt.
<dtml-with "aq_parent.aq_parent.edit.Terminhinweisverwaltung">
<dtml-var index_html>
</dtml-with>
As it can't be static anymore it tried the following.
<dtml-call "REQUEST.set('wusch', 'aq_parent.aq_parent.edit.Terminhinweisverwaltung')">
<dtml-with "_[wusch]">
<dtml-var index_html>
</dtml-with>
But this raises an KeyError.
Error Type: KeyError
Error Value: aq_parent.aq_parent.edit.Terminhinweisverwaltung
If the value of wusch is 'aq_parent' it works, but as soon as there is
a dot in it another KeyError is raised.
Any ideas what I'm doing wrong?
MfG Steffen
--
Zu sagen 'Hier herrscht Freiheit' ist immer ein Irrtum oder auch eine
Lüge -- Freiheit herrscht nicht (Erich Fried)