Does anyone know how to retrieve the ID of the selected RadioButton in a RadioButtonGroup? When i find the selected RadioButton and do call getId() I get something weird, that references the group and a random letter set. If I do a getValueAsDataType().toString() I get "true."
How do you find the ID value for the selected RadioButton....that ID that you defined in the JSP?
Thanks!