Take a look at PlaceController.DefaultDelegate.confirm(). Its responsible for showing the warning message you may have returned in Activity.mayStop() via a confirm dialog (Window.confirm(warning)).
If your Activity.mayStop() always returns null then its ok to remove the confirm() thing. But if you return some message in Activity.mayStop() then you should add some code that shows the Window.confirm(warning) dialog again so the user can decide if he wants to reload the place of not. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/TZq_LmLJLYAJ. 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.
