Hey Gang, I'm having an issue with DevMode working properly. We're using noserver option and instead connecting to our JBoss application. I've configured the GWT Plugin in Eclipse to point to our entrypoint page. The issue is that container security redirects us to authenticate to the application. This in itself isn't really an issue because I can re-paste the link in the browser after authentication and I should be at my entrypoint. The issue is we do not allow the user to navigate away from our app without logging out. This is done through a simple javascript hook that posts to a logout if you try to change the URL in the location of the browser. The only way around this I've found is to use a browser with "Tab" support and login on one tab and then navigate to the GWT entrypoint including &gwt.codesvr= in another tab.
Ideally I'd like to be able to login and navigate to my entrypoint from within the app and have the debugging take place when I hit the GWT module. The issue is that &gwt-codesvr is lost once you start to click around on the application. -Adam -- 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.
