[Zope] Using Form data values in ZSQL Method: I must be missing something here

Dieter Maurer dieter@handshake.de
Wed, 20 Feb 2002 00:21:17 +0100


Howard Hansen writes:
 > Here's the structure I've set up:
 > 
 >     form: collects the form data, and when the user clicks submit, it calls:
 >     action_dtml_method: which calls:
 >          zsql_method, which modifies the database
 >          and tells the user what just happened
 > 
 > When I hit Submit, I can easily list the values from the form inside the
 > action_dtml_method, but zsql_method acts like it has no clue about the form
 > values.  It gives me the error:
 > 
 >     Missing input variable, field_companyname
Are you sure, the request contains "field_companyname"?


Dieter