Hi, I am having some difficulty understanding why my code splitting functionality is not working as expected in web mode. I have a decent size application and I've managed to successfully create the split points. The process goes like this:
1. Load the application which takes you to the first view (login page) and the initial code is downloaded 2. The next piece of code is executed if login is successful. This is defined within the GWT.runAsyn(..) call. The issue is that it works perfectly in hosted mode. But when I launch it within the browser without hosted mode, the panel that is initialized under the split point seems like it never actually initialized (onSuccess() did invoke - I put in a Window.alert to test it). Has anyone experienced this before? Or have a suggestion as to where I might start dig deeper? I'll still keep searching but so far have not had any luck. Regards, Salman -- 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.
