I actually have part of my code registered to listen to onPlaceChange events... It responds that the last place is "LoginPlace", yet trying to go to MainPlace reports that the current placeController.getWhere() is MainPlace. So, you are correct, but I'm baffled by where it thinks it is :(
On Wednesday, March 12, 2014 3:06:36 PM UTC-5, Thomas Broyer wrote: > > I'm assuming your "login screen" is within your GWT app. Then when you're > showing it, maybe you're *already* on the MainPlace, and then > goTo(MainPlace) is a no-op. Just an idea. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
