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