[Zope-dev] SkinScripts instantiating new objects

2001-02-16 Thread Stefan Karlsson
Hi, I want my SkinScript to instantiate a new object of type ProjektHandler and put it into an attribute called projekt. For this I have created an external method, returning a new object of type ProjektHandler (simplified): def getNewProjektHandler(self, parentId, parentClass): h =

Re: [Zope-dev] SkinScripts instantiating new objects

2001-02-16 Thread Stefan Karlsson
At 14:31 2001-02-16, Steve Alexander wrote: Stefan Karlsson wrote: Hi, I want my SkinScript to instantiate a new object of type ProjektHandler and put it into an attribute called projekt. In your example, there is no sense of the ProjektHandler instance being saved persistently in the