Both this one line python method:
raise 'Redirect', 'http://www.zope.org'
and this DTML method
<dtml-raise type="Redirect">
http://www.zope.org
</dtml-raise>
work.
P. S. the double quotes around Redirect in the DTML method are
significant. With single quotes, it shows up as an error named Redirect
Bill.
On Fri, 1 Sep 2000, Kapil Thangavelu wrote:
> in python you have to raise a redirect, search the lists for exact
> syntax
> something along the lines of
>
> raise Redirect "url"
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )