20 Aug
1999
20 Aug
'99
9:46 p.m.
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]