[Zope] namespace problems

Chris Withers chrisw@nipltd.com
Sun, 28 Jan 2001 21:45:07 -0000


> How would I do the URL redirect using an equivalent to the
> <dtml-call "RESPONSE.redirect(URL1)">   that's in the DTML Method below?

context.RESPONSE.redirect(URL1)

cheers,

Chris