26 Feb
2003
26 Feb
'03
7:12 p.m.
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