if (buttonTargetTagAttribute != null) {
buttonTargetValueExpression = buttonTargetTagAttribute.getValueExpression(ctx, String.class);
} else {
buttonTargetValueExpression = null;
}
UITaskForm taskForm = ((UITaskForm)c);
taskForm.addActionListener(new JbpmActionListenerWrapper(
new TaskFormButtonActionListener(transitionTargetValueExpression, buttonTargetValueExpression),
null,
null,
null
));