Hi,
I just noticed that the HTML generated for "selectOneRadio" creates table
with the id given to the selectOneRadio component.
This creates a problem when you want to get the control by its ID.
doing:
document.getElementById('radioComponentId') gives the table instead of the
radio button control.Guy.

