Re: [Zope] Passing paramaters for form processing

2000-11-16 Thread Oleg Broytmann
On Thu, 16 Nov 2000, Kyler B. Laird wrote: > > (Make sure that "fred" doesn't contain a double quote.) or just Oleg. Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. __

Re: [Zope] Passing paramaters for form processing

2000-11-16 Thread Phil Harris
Steve Use hidden fields on the form: . . . hth Phil [EMAIL PROTECTED] - Original Message - From: "steve smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 16, 2000 1:50 PM Subject: [Zope] Passing paramaters for form processing

Re: [Zope] Passing paramaters for form processing

2000-11-16 Thread Kyler B. Laird
On Fri, 17 Nov 2000 00:50:50 +1100 you wrote: >How do I set some parameters for use in a form processing method? I have a >HTML "FORM" tag referencing a DTML method name, and I want that method to >have visibilty of some variables from the calling methods space. I've tried >passing them with the

Re: [Zope] Passing paramaters for form processing

2000-11-16 Thread Jim Washington
Hi, Steve Inside the form, you probably want: -- Jim Washington steve smith wrote: > > How do I set some parameters for use in a form processing method? I have a > HTML "FORM" tag referencing a DTML method name, and I want that method to > have visibilty of some variables from the calling m

[Zope] Passing paramaters for form processing

2000-11-16 Thread steve smith
How do I set some parameters for use in a form processing method? I have a HTML "FORM" tag referencing a DTML method name, and I want that method to have visibilty of some variables from the calling methods space. I've tried passing them with the url (eg, "ACTION=/someurl?fred=") and by using REQU