Re: [Zope] REQUEST object - obtaining variables from

2001-01-15 Thread Lee
Hi there, Thanks for your help. I'm currently using the following code, which works perfectly; Randy's response provided the following code, which didn't work nor did any variation on it. Surprising as it 'appears' to be doing almost the same thing as above(?).

Re: [Zope] REQUEST object - obtaining variables from

2001-01-13 Thread Jens Vagelpohl
here's how you could display the form variables on the receiving object: : REQUEST.form will contain all the fields from the form and REQUEST.form.items() will give you access to all key-value pairs that you can then access with sequence-key and sequence-item in the loop. jens on 1