[Zope] Call Product Constructor
   
    Matt Ficken
     
    mattficken@mail.com
       
    Fri, 28 Mar 2003 17:39:23 -0500
    
    
  
This is the __init__.py of my product (ZID):
from ZIDProduct import ZID
def initialize ( context ):
  context.registerClass(
    ZID,
    constructors = (
      ZID.manage_addZIDForm,
      ZID.manage_addZID,
      ZID.manage_add_folder
    )
  )
I want the constructor ZID.manage_add_folder to get called at the end of the initialize function. How do I do this?
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup