I just stumbled across the following issue:
I have a SuggestBox that is attached to a ValueChangeEvent with more
than 1 SuggestBox like this: @UiHandler({"suggestBox1",
"suggestBox2"})
If I rename suggestBox1 using Alt+Shift+R or the Refactor>Rename menu
item, the value in the UiHandler is not updated.
If the UiHandler was defined with only 1 Object like this:
@UiHandler("suggestBox1")
The rename works as expected.
Has anyone else run across this?
--
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.