3 Jan
2008
3 Jan
'08
12:06 a.m.
----- Original Message ----- From: "David Bear" <David.Bear@asu.edu> To: "zope" <Zope@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