[Zope] manage_add_users won't work

Daniel G. Rusch drusch@globalcrossing.com
Wed, 15 Dec 1999 09:56:43 -0600


( i still wonder why you use REQUEST=REQUEST in the call, though .. Am
i just being stupid ? )

Basically, you have two choices in argument lists: assignment pairs i.e.
REQUEST=REQUEST or good old fashion parameters like you were attempting
i.e ('Add', REQUEST, RESPONSE). The only cavet is that you can't mix the
two, once you pass assignment pairs all arguments must be assignement
pairs....

additionally, in the ZQR if an argument is in a bracket [] it is
optional...

DR