I have an application using GWT and AppEngine (more or less following the StockWatcher tutorial) which I access locally as:
http://127.0.0.1:8888/mypage.jsp?gwt.codesvr=127.0.0.1:9997 I am creating a login url using: userService.createLoginURL(requestUri) where requestUri is passed to my server-side login service from my entry point as: GWT.getHostPageBaseURL(). After logging in I am redirected to http://127.0.0.1:8888/ This loses the dev mode parameter gwt.codesvr and thusly this redirect only works after I have a done a "GWT compile". (This is using GWT SD 2.0.3 and App Engine SDK 1.3.3) Is it possible to use the createLoginUrl functionality while remaining in dev mode? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
