[Zope] How to use RESPONSE.redirect ?
Peter Bengtsson
peter@grenna.net
Tue, 15 Aug 2000 19:16:43 +0100
<dtml-call "REQUEST.redirect('foo.html')">
Should do it!
or maybe
<dtml-call "REQUEST.redirect(strPage+'.html')">
> <dtml-call RESPONSE.redirect('otherform'+?????)>
>
> If I do
> <dtml-call RESPONSE.redirect('otherform')>
> The current form isn't being passed ?
>
> Any ideas..
>
> TIA
> Stuart
>
>
> _______________________________________________
> 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 )
>