[Zope] looking for an easier way
Jonathan
dev101 at magma.ca
Wed Jan 2 19:06:38 EST 2008
----- Original Message -----
From: "David Bear" <David.Bear at asu.edu>
To: "zope" <Zope at zope.org>
Sent: Wednesday, January 02, 2008 6:10 PM
Subject: [Zope] looking for an easier way
> There must be an easier way to 'know' what zope is giving me and grab
> the correct dictionary that has the form data in it. anyone have any
> pointers?
A couple of ideas:
(i) use Zope marshalling to store all fields from an html form into a record
(dictionary)
(ii) get all form fields via: REQUEST.form.keys()
hth
Jonathan
More information about the Zope
mailing list