[Zope] RESPONSE.redirect
Oleg Broytmann
phd@phd.russ.ru
Wed, 2 Feb 2000 13:11:13 +0000 (GMT)
On Wed, 2 Feb 2000, Phil Harris wrote:
> Was this content cut/pasted from the dtml or is it you retyping, cos you
> have an extra bracket in your redirect statement.
>
> Instead of
>
> <dtml-call "RESPONSE.redirect('test-cookie2'))">
>
> try
>
> <dtml-call "RESPONSE.redirect('test-cookie2')">
Yes, this helped. Thank you and your good eyes!
Pretty strange compilation problem though, right? :)
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.