I have two RadioChoice components which postback immediately.  Whenever onSelectionChanged() is called on one, I may need to modify the model of the other RadioChoice (thus changing its selected value).  This behavior is mutual.

 

Is it possible to get into an infinite loop of calls to onSelectionChanged()?  Or is this method called only when the user changes the selection, but not when the selection is changed in code?

 

 

Reply via email to