[Zope] Iterating through fields in a form

Andy McKay andym@ActiveState.com
Tue, 15 May 2001 11:26:54 -0700


In dtml?

<dtml-in "REQUEST.form.keys()">
<dtml-var sequence-item>:<dtml-var "_[_['sequence-item']]">
</dtml-in>

Cheers.
--
  Andy McKay.


----- Original Message ----- 
From: "Bruce Eckel" <Bruce@EckelObjects.com>
To: "password horpz" <zope@zope.org>
Sent: Tuesday, May 15, 2001 11:03 AM
Subject: [Zope] Iterating through fields in a form


> How do I iterate through the fields in a form, inside the
> form handler? The REQUEST object has the form fields and
> way too much other stuff...
> 
> 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
> ===================
> 
> 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> 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 )
>