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]