{
_LOG.finest("CorePanelRadioRenderer.renderRadioFacet: " +
"disclosedChildId: {0}" + disclosedChildId);
// This renders the select controls alongwith javascript onchange handler.
UIXRenderingContext rCtx = getRenderingContext(context, component);
String compId = component.getClientId(context);
URLEncoder encoder = rCtx.getURLEncoder();
ResponseWriter out = context.getResponseWriter();
// draw table to contain the select UI control
out.startElement("table", component);
out.writeAttribute("id", compId + _RADIO_TABLE_SUFFIEX_ID_CONST, null);