I'm using LocalFS with Zope 2.5.1 on a debian box. Everything works great EXCEPT I can't you <dtml-call "REQUEST.set('anything', 'anything')">. Anytime I try and use REQUEST.set I get an AttributeError, ErrorValue: set. I found one mailing list post regarding this bug, but no answers. Anybody know what's wrong or how to fix? Thanks, Liz
Sorry. I should clarify the "Anytime I try and use REQUEST.set..." WITHIN a <dtml-in "fileValues(REQUEST.get('spec', _.None))"> loop. -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Liz Pelletier Sent: Friday, August 02, 2002 4:01 AM To: 'zope list' Subject: [Zope] localFS and 2.5.1 bug I'm using LocalFS with Zope 2.5.1 on a debian box. Everything works great EXCEPT I can't you <dtml-call "REQUEST.set('anything', 'anything')">. Anytime I try and use REQUEST.set I get an AttributeError, ErrorValue: set. I found one mailing list post regarding this bug, but no answers. Anybody know what's wrong or how to fix? Thanks, Liz _______________________________________________ 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 )
Liz Pelletier writes:
Sorry. I should clarify the "Anytime I try and use REQUEST.set..." WITHIN a <dtml-in "fileValues(REQUEST.get('spec', _.None))"> loop. Apparently, one of the objects acquires an object "REQUEST" which is not the request object (does not have a "set" method).
Don't know who this happens.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Liz Pelletier Sent: Friday, August 02, 2002 4:01 AM To: 'zope list' Subject: [Zope] localFS and 2.5.1 bug
I'm using LocalFS with Zope 2.5.1 on a debian box. Everything works great EXCEPT I can't you <dtml-call "REQUEST.set('anything', 'anything')">.
Anytime I try and use REQUEST.set I get an AttributeError, ErrorValue: set. I found one mailing list post regarding this bug, but no answers.
Dieter
participants (2)
-
Dieter Maurer -
Liz Pelletier