*/
@Override
protected ActionEvent doActionOK(SipcResponse response)
throws FetionException
{
Presence prensence = this.context.getFetionUser().getPresence();
BeanHelper.setValue(prensence, "value", this.presence);
return super.doActionOK(response);
}