How do I do REQUEST.form.set(...)?
21 Jan
2003
21 Jan
'03
7:19 a.m.
Hi all Basic question -- how do I do this? :: REQUEST.form.set('__ac_name', user.uid) That gets Error Type: AttributeError Error Value: set but I need the value on REQUEST.form, not just on REQUEST, and I'm not coming from a form POST, but from a Python Script. -- Jean Jordaan http://www.upfrontsystems.co.za
21 Jan
21 Jan
7:25 a.m.
New subject: [Zope] How do I do REQUEST.form.set(...)?
I think this will work: REQUEST.form['__ac_name'] = user.uid On Tue, 2003-01-21 at 02:19, Jean Jordaan wrote:
Hi all
Basic question -- how do I do this? ::
REQUEST.form.set('__ac_name', user.uid)
That gets Error Type: AttributeError Error Value: set but I need the value on REQUEST.form, not just on REQUEST, and I'm not coming from a form POST, but from a Python Script. -- Chris McDonough <chrism@zope.com> Zope Corporation
8476
Age (days ago)
8476
Last active (days ago)
2 comments
3 participants
participants (3)
-
Chris McDonough -
Chris Withers -
Jean Jordaan