idTagAttribute = getRequiredAttribute("id");
targetTagAttribute = getRequiredAttribute("target");
}
protected JbpmActionListener getListener(final FaceletContext ctx) {
return new LoadGroupActionListener(
getValueExpression(idTagAttribute, ctx, Long.class),
getValueExpression(targetTagAttribute, ctx, Group.class)
);
}