[Zope] a redirect of an url in Python

Kapil Thangavelu kthangavelu@earthlink.net
Fri, 01 Sep 2000 04:01:50 -0700


dsergent@imexpert.com wrote:
> 
>    Part 1.1Type: Plain Text (text/plain)



in python you have to raise a redirect, search the lists for exact
syntax 
something along the lines of

	raise Redirect "url"


Kapil