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?

[719 byte] By [keerthipatia] at [2007-10-2 9:29:22]
# 1
Never mind. I found a solution to handle this situation.
keerthipatia at 2007-7-16 23:35:55 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...