groupNameTagAttribute = getRequiredAttribute("groupName");
targetTagAttribute = getRequiredAttribute("target");
}
protected JbpmActionListener getListener(final FaceletContext ctx) {
return new LoadGroupByNameActionListener(
getValueExpression(groupNameTagAttribute, ctx, String.class),
getValueExpression(targetTagAttribute, ctx, Group.class)
);
}