30 Oct
2001
30 Oct
'01
9:20 a.m.
iap@y2fun.com wrote:
Well, I answer myself: change the lib/python/OFS/DTMLMethod.py in line 203: from del self.__dict__['validate'] to if self.__dict__.has_key('validate'): del self.__dict__['validate'] Then, it works again. But maybe this is just a skin-deep solution. I have no idea if this will cause another problem, such as security hole?
Steve Alexander noticed the same thing and I think moves are afoot to correct it the 'right' way, whatever that may be... cheers, Chris