How to redirect a GWT app from the Java server 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/02 17:17 UTC
Read the original article Hit count: 252

Filed under:
|
|

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

Related posts about gwt

Related posts about java