27 Jun
2000
27 Jun
'00
10:09 p.m.
wai@mahirnet.com writes:
Any one try to call a ZSQL Method without using a form ? I had tried to do this for a lot of times, and this is what I got :
Zope Error
Zope has encountered an error while publishing this resource.
Error Type: AttributeError Error Value: 'string' object has no attribute 'get' Z SQL Methods require the first *positional* argument to be a mapping object. In your case, it got a string instead.
You should either use a Z SQL Method with a single mapping object parameter or (exclusive) with keyword parameters. Dieter