You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Argo Vilberg <wi...@gmail.com> on 2008/08/05 13:55:41 UTC

T5, sendRedirect hangs on IE6

hi,

requestGlobals.getHTTPServletResponse().sendRedirect("RoleChooser");

This row work perfectly in Firefox.

But in IE6 application hangs and shows cannot display the page.

No other tapestry exception or error in log or screen(tapestry in debug
mode).


Why?


Argo

Re: T5, sendRedirect hangs on IE6

Posted by Argo Vilberg <wi...@gmail.com>.
I also try


    @InjectPage
    private RoleChooser roleChooser;


and
return roleChooser;



But same thing, work in Firefox and hangs on IE6.


Argo


2008/8/5 Argo Vilberg <wi...@gmail.com>

> hi,
>
> requestGlobals.getHTTPServletResponse().sendRedirect("RoleChooser");
>
> This row work perfectly in Firefox.
>
> But in IE6 application hangs and shows cannot display the page.
>
> No other tapestry exception or error in log or screen(tapestry in debug
> mode).
>
>
> Why?
>
>
> Argo
>