[Zope] Adding items to REQUEST.form

Pierre-Julien GRIZEL grizel@xlogx.com
Thu, 30 Mar 2000 16:52:15 +0200


Hi,


I cannot, at first sight, add values to REQUEST.form dictionnary this way :

<dtml-call "REQUEST.form.set ('Var', 'Value')">

Zope returns a key error on "set". The same appends for 'append' method, as if,
in fact, REQUEST.form was not a dictionnary.

Does anyone know why and how to bypass this ?...


Regards,


Pierre-Julien Grizel