[Zope-dev] redirect and POST

2000-11-17 Thread Robin Becker
I seem to get different behaviour when I use method=POST in my forms and then attempt to use RESPONSE.redirect later on in the handling method. It seems as though the method that was used to call the form handler is passed on. Then my index_html hangs waiting for the POST data. Is there a way to

[Zope-dev] What is the local object in zope?

2000-11-17 Thread Espen Sorbye Frederiksen
I am maybe blind, but cannot find a name for the local object in zope (like "this" in JAVA ). The command call expr="subdirectory.manage_addDTMLDocument()" works if subdirectory is a folder in the current folder. However the call expr="self.manage_addDTMLDocument(...)" does not work. Could

[Zope-dev] Help! Can't unsubscribe!

2000-11-17 Thread T.J. Mannos
Help! I'm trying to unsubscribe from this list because it's filling up my mailbox too fast. However, when I try to use the web interface or the e-mail interface to unsubscribe, it gives me an odd error message. It says something to the effect of, "There's something wrong with your account.

Re: [Zope-dev] Help! Can't unsubscribe!

2000-11-17 Thread Ken Manheimer
On Fri, 17 Nov 2000, T.J. Mannos wrote: I'm trying to unsubscribe from this list because it's filling up my mailbox too fast. However, when I try to use the web interface or the e-mail interface to unsubscribe, it gives me an odd error message. It says something to the effect of, "There's

Re: [Zope-dev] Simulate DTML-Method Proxy-Roles for python-product-methods ?

2000-11-17 Thread Dieter Maurer
Martin =?iso-8859-1?Q?Gr=F6nemeyer?= writes: I've started to implement a small Product in Python. You mean a true Product implemented in Python (subpackage in "lib/python/Products")? One method should be able to access an object in a folder which isn't accessible by anonymous but only by