[Zope] Hello,
Dirk Van.Laanen
Dirk.Van.Laanen@niwi.knaw.nl
Wed, 20 Mar 2002 11:59:23 +0100
Hello,=20
I want to redirect to another document with certain parameters.=20
the following works:
<dtml-call "REQUEST.set('teller', 7)">
<dtml-call "RESPONSE.redirect('toon2?datum=3D1796/03/22&teller=3D<dtml-var=
=20
teller>')">
so the <dtml-var teller> is read.=20
but when I try:
<dtml-call "REQUEST.set('datum','1796/03/22')">
<dtml-call "REQUEST.set('teller', 7)">
<dtml-call "RESPONSE.redirect('toon2?datum=3D<dtml-var datum>&teller=3D<dtm=
l-var=20
teller>')">
I get NameErrors or Invalid Date-Time String warnings. Things like=20
"_.DateTime(datum)" or (_.str(datum)) don't work either.=20
Anybody any suggestions?=20
Cheers, Dirk