Bruce Altner <[EMAIL PROTECTED]> writes:

> Greetings:
>
> A while back I referred to a problem I was having with inconsistent
> behavior of the $page.setHttpEquiv() method when trying to redirect to
> a different template. The javadocs (for the TemplatePageAttributes
> class) suggest this syntax:
>
>                     setHttpEquiv("refresh", "5;
>                     http://localhost/nextpage.html";)
>
> whereas to get it to work I needed to write:
>
>                setHttpEquiv("refresh", "5; URL=http://localhost/nextpage.html";)
>
>
> Now I can scrap the javascript!

Thanks for the note, Bruce.  Now fixed in jakarta-turbine-2 CVS.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to