[Zope] URL redirection.

Marcus Collins mcollins@sunesi.com
Fri, 31 Mar 2000 12:25:29 +0200


> -----Original Message-----
> From: Pierre-Julien Grizel [mailto:grizel@xlogx.com]
> Sent: 31 March 2000 12:58
> To: Pierre Rougier
> Cc: zope@zope.org
> Subject: Re: [Zope] URL redirection.
> 

<snip>

> 1- Pour rediriger une page vers une autre, utiliser la 
> syntaxe suivante :
> <dtml-call "REQUEST.redirect (<url>)">
> Dans ce cas, on n'a pas accès au contenu html de la page.

<snip>

That should be:

<dtml-call "RESPONSE.redirect(url)">

hth,

-- Marcus