[Zope] REQUEST problem

Aseem Mohanty aseem@neurobehavioralsystems.com
Wed, 12 Jun 2002 06:43:35 -0700


Hi,

if I have the following two DTML statements:

<dtml-call "REQUEST.set('my_test','test_val')">
<dtml-call "RESPONSE.redirect('another_form_doc')">

Shouldn't the REQUEST header in the another_form_doc have the attribute 
'my_test'??

Or am I missing something big-time here??

TIA
AM