Search code examples
javagwtvaluechangelistener

OnValueChange called multiple times GWT


I'm using GWT 2.4 with Java & Mozilla FF 7. I have a TextBox & I've added a ValueChangeHandler to it. I've noticed that whenever I change the value of the TextBox, OnValueChange method is called multiple times on focus lost of the TexBox. My question is how many times OnValueChange method is called? Can I convert it to a single time call?


Solution

  • Are you sure you didn't actually add the ValueChangeHandler multiple times?