[Zope] Another problem...

Evan Simpson evan@tokenexchange.com
Fri, 20 Aug 1999 16:46:37 -0500


Don't "REQUEST=REQUEST.set...", that's what wipes it out.

Just "REQUEST.set(...".

----- Original Message ----- 
From: Donald Holten <donner@biophysics.lanl.gov>
> I have the following Initialize method:
> def Initialize(self, REQUEST):
>   self.count = 0
>   REQUEST=REQUEST.set('count', self.count)
[snip]