How to redirect a GWT app from the client side?
Posted
by user198313
on Stack Overflow
See other posts from Stack Overflow
or by user198313
Published on 2010-05-02T17:09:56Z
Indexed on
2010/05/03
11:08 UTC
Read the original article
Hit count: 226
Hello there,
As you may know, res.sendRedirect(url) on the servlet side does not work because the GWT client does not process it.
Does anybody knows how to do this?
Thanks you. Daniel
© Stack Overflow or respective owner