[Zope] How to use RESPONSE.redirect ?

Stuart Foster stuartafoster@home.com
Tue, 15 Aug 2000 10:19:35 -0700


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