24 Mar
2004
24 Mar
'04
1:13 p.m.
Poor Yorick wrote:
def manage_afterAdd(self, containter=None, content=None): self.manage_addZMySQLConnection( id='dbConnection', title = 'dbConnection', connection_string = configFile.DbConnString)
The above isn't correct ;-) def manage_afterAdd(self, containter=None, content=None): self.manage_addProduct['MySQLDA'].manage_addZMySQLConnection( id='dbConnection', title = 'dbConnection', connection_string = configFile.DbConnString) ...should do what you want. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk