[Zope] Missing input variable

Geir Bækholt lists at elvix.com
Wed Oct 1 07:44:20 EDT 2003


On  Wed, 01 Oct 2003 13:34:12 +0200 GMT 
Florian Lindner asked the Zope mailinglist about the following:
  
> return context.addUser_test(name, password, roles)

If addUser_test is an SQL-method, you need to pass the parameters
explicitly :

context.addUser_test(name=name, password=password, roles=roles)

:)

-- 
__________________________________________________________________

 Geir Bækholt    ·   Interaction Architect   ·    Plone Solutions

 Development · Training · Support · http://www.plonesolutions.com
__________________________________________________________________






More information about the Zope mailing list