super.decode(context,component);
Map requestParameterMap = context.getExternalContext().getRequestParameterMap();
String value = (String)requestParameterMap.get(component.getClientId(context));
if (value != null) {
new SwitchablePanelSwitchEvent(component, value, null).queue();
}
/* Object property=context.getExternalContext().getRequestParameterMap().get(component.getClientId(context));
if (property!=null){
component.getAttributes().put(EXPANDED_ATTR,property);