Re: [Zope-dev] Two glaring omissions

2000-11-17 Thread Alexander Limi
On Thu, 16 Nov 2000, Toby Dickenson wrote: > On Tue, 14 Nov 2000 15:39:59 -0500, Shane Hathaway > <[EMAIL PROTECTED]> wrote: > > >> 2. The ability to rename properties after instances of the classes have > >>been created (and have the data in those fields preserved) > > Or if your ZClass ha

[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 an

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

2000-11-17 Thread Phil Harris
Try expr="this().manage_addDTMLDocument(...)" although you shouldn't need to do that: expr="manage_addDTMLDocument(...)" should work as well. hth Phil - Original Message - From: "Espen Sorbye Frederiksen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 17, 2000 3

Re: [Zope-dev] Two glaring omissions

2000-11-17 Thread Andy McKay
Well no, not really. You can't change property foo to fi and expect to remember foo's values. That's just wrong. But you can do silly tricks in python, like keep old property names hanging around and do mappings to them, or fiddle with variable properties etc. -- Andy McKay, Developer. Activ

[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. Plea

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

[Zope-dev] API Reference Documentation Proposal

2000-11-17 Thread Michel Pelletier
I have written a fishbowl proposal outlining a project for writing API documentation for Zope: http://dev.zope.org/Wikis/DevSite/Proposals/APIReference Please review and leave your comments, I am very interested in hearing what you have to say about this. -Michel __

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