Hi All !
I am using several choiceRadioGroups in this similar way
<choice >
<choiceRadiogroup id="chGroup1" >
<radiobutton selected="true" >1</radiobutton>
<radiobutton>2</radiobutton>
<radiobutton>3</radiobutton>
</choiceRadiogroup>
</choice>
<button onAction "action(#chGoup1.selected)" >%ACTION%</button>
and willing to get the selected value of the choice group on the button Action in context of chGroup1. Can any body help me out to identify the problem ?
Thanks !

