[Zope] Not persistent on all classes please

Chris Withers chrisw@nipltd.com
Wed, 05 Sep 2001 16:55:14 +0100


Peter Bengtsson wrote:
> 
> What I basically want it to do is to save File objects in a container.
> The class name I chose was "TempObjectHolder" for this subclass.
> the most important method it has is::
> 
> def saveTempFile(self,file):
>       """
>            pseudo class.
>            create a file, but the file must still be there when I restart
> Zope if possible
>       """
>       self.manage_addFile(generatedId(),file)

So you DO want persistence?!

Huh?!

You need to be a bit clearer about what the problem is that you're actually
experiencing...

cheers,

Chris