Hi, click-handler is added only one time (verified debugging too).
Julio On Feb 10, 1:52 pm, Lazo Apostolovski <[email protected]> wrote: > How many times you add new ClickHandler? > > I think that you add more then one different handlers, who listening for > click event. TextBox.addClickHandler(new ClickHandler(){}). Maybe when page > reload or something. > > Try to debug how many different instances you are creating and adding. -- 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.
