parameters.put(mParm.getName(), mParm.getValue());
}
}
ParameterizedCommand cmd = commandService.createCommand(
cmdModel.getElementId(), parameters);
TriggerSequence sequence = null;
sequence = bindingService.createSequence(keySequence);
if (cmd == null) {
logger.error("Failed to find command for binding: " + binding); //$NON-NLS-1$
} else if (sequence == null) {