Hi, I am checking user login using RPC, if not user not logged in I am launch login URL from GWT. Once login in over GWT app is getting control. but how to capture the return event from login dialog?
===== user login url in rpc service ====== String url = userService.createLoginURL("/"); ==== GWT portion to Launch dialog ==== Window.Location.assign(url); ======================== In GWT app where to capture the return event after above line ? I tried on "onattach" of main widget, but seems not kicking in. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.