RE: [Zope] REQUEST problem
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 )
participants (1)
-
Chris Beaven