In my scenario i have a h:inputText, and i have added a valueChangeListener property to it, and the value Change Event is implemented in the bean. When submit the form, even then the valuechangeListener is getting invoked. But i require, value change listener to only run, when i do changes on the input text. Please help me with this.
Does the h:inputText fire the valuChangeListener only when, the page is submitted??