OnValueChange called multiple times GWT

602 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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