if (Boolean.TRUE.equals(usedRenderKit))
{
DialogRenderKitService service = _getDialogRenderKitService(context);
if ((service != null) &&
service.returnFromDialog(context, returnValue))
return true;
}
// If the render kit didn't handle it, then pop the view ourselves
popView(true);