RadioButtonGroup Process Value Change Problem
I have a RadioButtonGroup component with the "Auto-Submit on Change" turned on. This RadioButtonGroup has a default selection. And I have it setup with a value change listener.
It all works fine, except for the default selection. If I select any other value, my listener gets called. When I select the original default selection, my listener never gets called! I have changed the default selection and the problems follows. The value change listener never gets called for the original default selected value.
Thanks,
Dan

