Adding Key-values to REQUEST.form
26 Feb
2003
26 Feb
'03
10:41 a.m.
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. Thanks. Regards, Samir
26 Feb
26 Feb
7:12 p.m.
New subject: [Zope] Adding Key-values to REQUEST.form
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
8440
Age (days ago)
8440
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Samir Mishra