Hi everyone,

Is there an endorsed method for performing a redirect (internal or external)
cleanly from inside an Apache::Template page?

I can redirect using [% request.internal_redirect(...) %], but the template
continues to process, even if the output isn't sent to the browser.  I can
abort the template processing by THROWing an exception, but then the error
appears in the logs.  Yuck.

Surely there's a better way... ?

Thanks,
Philip

P.S.  Sorry if this is a dupe... I had some problems the first time I tried
to send this.

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to