29 Sep
2008
29 Sep
'08
8:06 a.m.
Hi, indrajit926 indra wrote:
Hi All,
Iam relatively new to zope.
I want to delete a variable and it value from REQUEST.I used python pop() and __delattr__() ,but getting attribute error.
Actually you can't. (Not without writing a product in filesystem and getting deep into zope). Why would you? What you could do is to update one of the requests namespace to give the variable a new value. Regards Tino