[Zope] Re: Iterating through fields

Bruce Eckel Bruce@EckelObjects.com
Tue, 15 May 2001 11:18:40 -0700


Chris answered it, below:

*********** BEGIN FORWARDED MESSAGE  ***********

On 5/15/01 at 2:05 PM Chris McDonough <chrism@digicool.com>
wrote:

>I got this one!  ;-)
>
>Inside a PythonScript:
>
>for key, val in context.REQUEST.form.items():
>     ... do something with key and val ...
n

Most current information can be found at:
http://www.mindview.net/Etc/notes.html
===================
Bruce Eckel    http://www.BruceEckel.com
Contains free electronic books: "Thinking in Java 2e" &
"Thinking in C++ 2e"
Please subscribe to my free newsletter -- just send any
email to:
join-eckel-oo-programming@earth.lyris.net
My schedule can be found at:
http://www.mindview.net/Calendar
===================