oldValueTargetTagAttribute = getAttribute("target");
entityTagAttribute = getRequiredAttribute("entity");
}
protected JbpmActionListener getListener(final FaceletContext ctx) {
return new RemoveVariableActionListener(
getValueExpression(nameTagAttribute, ctx, String.class),
getValueExpression(oldValueTargetTagAttribute, ctx, Object.class),
getValueExpression(entityTagAttribute, ctx, Object.class)
);
}