origAudioSourceType = audioSourceType;
origVolume = volumeConverter.getVolume(volumeSlider.getValue());
// Figure out whether there already exists a server state for the
// component. If not, then create one.
CellServerState cellServerState = editor.getCellServerState();
PortalComponentServerState state =
(PortalComponentServerState) cellServerState.getComponentServerState(
PortalComponentServerState.class);
if (state == null) {
//state = new PortalComponentServerState();
return;
}