I'm trying to implement analytics tracking in our Place-based GWT 2.2 webapp and finding some trouble listening to History's ValueChangeEvent. The events seem to not be firing as a result of the false argument on this line<http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/place/shared/PlaceHistoryHandler.java#146> .
I have tried adding the listener both to the History class directly and in a PlaceHistoryHandler.History implementation but neither seem to be receiving callbacks. Using the PlaceChangeEvent is also unsatisfactory because it is fired before the token is updated. Is there another method I should be using track history to fire analytics tracking? -- 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/-/XkdyGo989BkJ. 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.
