[Zope] REQUEST problem
Chris Beaven
Chris@d-designz.co.nz
Thu, 13 Jun 2002 14:15:18 +1200
If you're redirecting, the redirected page will have it's own REQUEST - not
the one you are currently dealing with. If you wanted to pass it you could
try:
<dtml-call "RESPONSE.redirect('another_form_doc?my_test=test_val')">
-----Original Message-----
From: Aseem Mohanty [mailto:aseem@neurobehavioralsystems.com]
Sent: Thursday, 13 June 2002 1:44 a.m.
To: zope@zope.org
Subject: [Zope] REQUEST problem
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
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )