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.


___
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 )




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


> 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 REQUEST.set syntax in the calling method. Neither seems to result
> in the variable being visible to the form processing method. Any ideas?
>
> Steve
>
>
> ___
> 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 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 )




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 url (eg, "ACTION=/someurl?fred=") and
>by using REQUEST.set syntax in the calling method. Neither seems to result
>in the variable being visible to the form processing method. Any ideas?



(Make sure that "fred" doesn't contain a double quote.)

--kyler

___
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 )




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 methods space. I've tried
> passing them with the url (eg, "ACTION=/someurl?fred=") and
> by using REQUEST.set syntax in the calling method. Neither seems to result
> in the variable being visible to the form processing method. Any ideas?
> 
> Steve

___
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 )