Page 1 of 1

how to map radio selected value?

Posted: Mon Jun 03, 2013 1:09 am
by John Herdean

Hi,

I want to know if i mapped the radio buttons correctly. I have 2 buttons with a value i put in for each. I guess I want to know if I just map it to the 'Selected', will the selected value be transferred to the request parameter? Or do i have to also map the values as well? (see below for what i did so far):

Image


how to map radio selected value?

Posted: Mon Jun 03, 2013 1:21 am
by maxkatz

"Selected" is all you would need.


how to map radio selected value?

Posted: Mon Jun 03, 2013 1:46 am
by John Herdean

thanks