I'm using two separate Uibinder templates, so two xml files and two associated Java files. Both have a button, annotated with @UiField, and both have a @UiHandler annotated method for a ClickEvent. Now if I add an instance of each of these two to the RootLayoutPanel (RootLayoutPanel.get().add(myInstance);), they display correctly on screen. But only the click handler of the instance added last is working! Clicking the button belonging to the first instance doesn't do anything. If I change the order of adding them to the RootLayoutPanel, the behavior changes accordingly. Am I doing something wrong?
Thanks for any advice. Joost -- 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.
