[Zope] Can I restore the HTML-form tags from the REQUEST.form

iap@y2fun.com iap@y2fun.com
Tue, 27 Aug 2002 15:26:17 +0800


Hi,
Is there any method which can restore the HTML-form tags from the =
REQUEST.form?
I mean if REQUETS.form =3D {'key1': value1, 'key2':[value2-1, value2-2]}
I can get:
<input name=3D"key1" type=3Dhidden value=3D"value1">
<input name=3D"key2:list" type=3Dhidden value=3D"value2-1">
<input name=3D"key2:list" type=3Dhidden value=3D"value2-2">

It's convenient for me to pass data between several forms , such like =
the=20
steps in a "wizard".

Thanks.
Iap, Singuan