[Zope] REQUEST.set('n', n+1) broken on zope.org
Pavel V. Piankov
pashah@cosmos-mebel.spb.ru
Mon, 4 Dec 2000 11:14:16 +0300
Maybe you should try this with the ""
ie
<dtml-call "REQUEST.set('n', 1)">
<dtml-call "REQUEST.set('n', n+1)">
regards.
--
Pavel
Cosmos-Mebel, JSC.
http://www.cosmos-mebel.spb.ru
----- Original Message -----
From: "Richard Jones" <richard@bizarsoftware.com.au>
To: <zope@zope.org>
Sent: 5 ??????? 2000 ?. 9:16
Subject: [Zope] REQUEST.set('n', n+1) broken on zope.org
> As the subject says, REQUEST.set('n', n+1) is broken on zope.org. The
> following DTML will raise an AttributeError on __add__:
>
> <dtml-call REQUEST.set('n', 1)>
> <dtml-call REQUEST.set('n', n+1)>
>
> Is this a permanent change and is this going into the Zope codebase?
>
>
> Richard
>
> --
> Richard Jones
> richard@bizarsoftware.com.au
> Senior Software Developer, Bizar Software
> www.bizarsoftware.com.au
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> 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 )
>