[Zope] RE:How do I merge form URL vars into sql easily

2000-07-06 Thread Michael Blewett
Hi Jake, I originally had trouble coming to grips with the concept of variables and forms and passing them from one object to the next. After much testing, trial and error (and guidance from this list), I came up with these conclusions (which I'm sure someone will shoot down if I am wrong): 1)

Re: [Zope] RE:How do I merge form URL vars into sql easily

2000-07-06 Thread R. David Murray
On Fri, 7 Jul 2000, Michael Blewett wrote: trial and error (and guidance from this list), I came up with these conclusions (which I'm sure someone will shoot down if I am wrong): 1) The request object you are setting with your REQUEST.set command is like a big bucket that gets passed

Re: [Zope] RE:How do I merge form URL vars into sql easily

2000-07-06 Thread Michael Blewett
At 20:39 6/07/2000 -0400, R. David Murray wrote: snip Once you generate an output page, the user views it, and then clicks again, you have a brand new REQUEST object that can only get values from the *new* web page. Others have been tripped by this, expecting the REQUEST fields to