targetTagAttribute = getRequiredAttribute("target");
valueTagAttribute = getRequiredAttribute("value");
}
protected JbpmActionListener getListener(final FaceletContext ctx) {
return new GetVariableMapActionListener(
getValueExpression(valueTagAttribute, ctx, Object.class),
getValueExpression(targetTagAttribute, ctx, Map.class)
);
}