[Zope] Zsql_method doesnt work

Mario Premke mapr0003@stud.uni-sb.de
Sat, 8 Jul 2000 16:04:21 +0200 (CEST)


Hi,
I have the ZSQL-Method:
arguments : login

select user_passwd as real_password
from users
where users.user_login=<dtml-sqlvar name=login type=string>

when I now press "change and test" and insert a valid login into
the Login-field I get:

Error, Missing Input: Missing input variable, login 

What am I doing wrong ????

Other methods I made this way are working fine ...

Thanks,
Mario