Skip to Content
0
Former Member
Oct 19, 2005 at 03:33 PM

Retrieving ID of selected RadioButton

43 Views

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!