[Zope] How to use RESPONSE.redirect ?

Jonothan Farr jfarr@real.com
Tue, 15 Aug 2000 10:54:04 -0700


HTTP is stateless. You'll have to build the entire query string and put it into
your redirect URL.
--jfarr

----- Original Message -----
From: Stuart Foster <stuartafoster@home.com>
To: Zope List <zope@zope.org>
Sent: Tuesday, August 15, 2000 10:19 AM
Subject: [Zope] How to use RESPONSE.redirect ?


> I want to use redirect to call another form passing the current form, how
> can I do that.
>
> <dtml-call RESPONSE.redirect('otherform'+?????)>
>
> If I do
> <dtml-call RESPONSE.redirect('otherform')>
> The current form isn't being passed ?
>
> Any ideas..
>
> TIA
> Stuart