I figured it out - I was using a Hyperlink widget without having set the targetHistoryToken. I also had a click handler for the widget that attempted going to the place; which it did. However because there was no targetHistoryToken the default place was being navigated to after.
My link now looks like: <g:Hyperlink targetHistoryToken="MyPlace:null" text="Go to place /> ...and there is no need for a corresponding UiHandler. -- 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.
