[Zope-dev] PUT_factory broken in 2.10+

2006-09-10 Thread Stefan H. Holek
Hi Lennart, Philipp tells me you are responsible for the traversal integration. Any ideas re http://www.zope.org/Collectors/Zope/2187? Thanks, Stefan -- Anything that, in happening, causes something else to happen, causes something else to happen. --Douglas Adams

[Zope-dev] PUT_factory

2004-02-25 Thread Garito
Hi, all I try to override PUT_factory method in my container product I read in several webpages I need to create a PUT_factory method in my product to override these mechanism These method could be like: def PUT_factory(self, name, typ, body): return ZopePageTemplate(name, body,

Re: [Zope-dev] PUT_factory

2004-02-25 Thread Chris McDonough
: Lista Oficial de Zope [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 6:59 PM Subject: Re: [Zope-dev] PUT_factory This looks about right. Maybe you could take a look at your error_log object and see if you see any tracebacks after an attempted DAV/FTP upload? On Wed, 2004-02

[Zope-dev] PUT_factory and changing ids

2003-03-14 Thread Florent Guillaume
Is a PUT_factory allowed to return an object with a different id than the requested one? Currently NullResource.PUT doesn't cope with that. But in CMF an object factory is allowed to change the id from the requested one, so I'm wondering what could happen, and what's best. Florent -- Florent