[Zope] delete a variable from REQUEST

2008-09-29 Thread indrajit926 indra
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. Hoping someboby helps me. thanks , Indrajit. ___ Zope maillist - Zope@zope.org http://mail.

Re: [Zope] delete a variable from REQUEST

2008-09-29 Thread Tino Wildenhain
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

Re: [Zope] Strange redirect problem -- can someone assist?

2008-09-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis Allison wrote: > We frequently use a design pattern which uses a multi-part form on a page. > The form is populated from a RDBMS. Multiple submit buttons capture the > function to be performed. The form action routine breaks into a case-like