ValueChangeEvent
Below behavior found today -
Assume that I have 3 SelectOneMenu (A,B,C) and "ValueChangeEvent" on A and B, and page displayed initially with managed-bean values(I have used constructor to fill these initial values)...
Event ==> When user selects a value from SelectOneMenu# A, it's trigerring "ValueChangeEvent" control going to ValueChangeEvent-A (event) {....} code. When I try to change "initial values populated during constructor method" for SelectOneMenu#B, it's trigeering ValueChangeEvent on SelectOneMenuB....
My ? is how to identify onchange event from user or because of code.
I was under impression that "ValueChangeEvent" happens from user selection...
Any ideas?

