[Zope] Adding Key-values to REQUEST.form
Dieter Maurer
dieter@handshake.de
Wed, 26 Feb 2003 20:12:33 +0100
Samir Mishra wrote at 2003-2-26 14:41 +0400:
> Again, can't seem to find how to do this, and been at it for far too long...
>
> REQUEST.set(key,value) will set a value in REQUEST.other. Is it possible to
> do the same for REQUEST.form? I'd like to pass the username and additional
> object properties to a form as default values when a user clicks on a link.
"REQUEST.form.update(dict)".
Dieter