I have an annoying situation whereby a text field is firing a valueChangeEvent when the value changes from null to a blank String. This, to me, is not really a change. Initially, the field in the backing bean is set to null. So the first time the form is submitted, MyFaces assigns the value of that inputText to the component, notices that it has "changed" and fires a valueChangeEvent. My question is, should this really fire a valueChangeEvent?

Reply via email to