Re: App Engine UserService login dialog - how gwt app gets completion event

2011-04-14 Thread Thomas Broyer
There's no "return event": the suer will be redirected back to your app, just like the first time, but this time he's authenticated. Your "return event" will be your onModuleLoad. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post t

App Engine UserService login dialog - how gwt app gets completion event

2011-04-14 Thread dreamer
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("/");