Re: [Zope] Zsql_method doesnt work

2000-07-10 Thread Dieter Maurer

Mario Premke writes:
 > I have the ZSQL-Method:
 > arguments : login
 > 
 > select user_passwd as real_password
 > from users
 > where users.user_login=
 > 
 > 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 
Your query template does not see the argument "login".

Are you sure, you did write the argument correctly?
You know, Zope is case sensitiv.

If it is not wrong, then maybe, this is one of the Zope 2.1.6
Z SQL method bugs. Look in the collector
(URL:http://classic.zope.org:8080/Collector) for a patch.



Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Zsql_method doesnt work

2000-07-08 Thread Mario Premke

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

select user_passwd as real_password
from users
where users.user_login=

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

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )