At 03:24 PM 7/29/99 -0400, Michel Pelletier wrote:
-----Original Message----- From: Donald Holten [mailto:donner@biophysics.lanl.gov] Sent: Thursday, July 29, 1999 3:09 PM To: zope@zope.org Subject: Re: [Zope] Arguments problem
I have done as was recommended and am now getting a different error: Error Type: Bad Request Error Value: ['Firstname,', 'Lastname,', 'Email,', 'Institution,', 'Telephone,', 'Lastvisit,', 'Passwordvalue,', 'Passworddate,']
The code looks good but where are all the extra commas above coming from? it shouldn't be 'Institution,' but rather 'Institution'. There must be something wrong with what is calling the DTML method that calls the ZSQL method.
Actually it's probably the paramter list. I imagine his parameter list (in the SQL Method) reads: Firstname, Lastname, Email, Institution, Relephone, Lastvisit, Passwordvalue, Passworddate When in fact it shouldn't have any commas: Firstname Lastname Email Institution Relephone Lastvisit Passwordvalue Passworddate Nick Garcia | ngarcia@codeit.com CodeIt Computing | http://codeit.com