[Zope] RESPONSE.redirect in Python Script?

Chris Withers chrisw@nipltd.com
Fri, 09 Feb 2001 09:56:46 +0000


Curtis Maloney wrote:
> 
> If you are not passing RESPONSE, but are passing REQUEST, you can get
> REQUEST.RESPONSE.redirect()

And if you're not passing either, you can do:

context.REQUEST.RESPONSE.redirect()

*grinz*

Chris