typeTagAttribute = getRequiredAttribute("type");
targetTagAttribute = getAttribute("target");
}
protected JbpmActionListener getListener(final FaceletContext ctx) {
return new CreateGroupActionListener(
getValueExpression(groupNameTagAttribute, ctx, String.class),
getValueExpression(parentGroupTagAttribute, ctx, Group.class),
getValueExpression(typeTagAttribute, ctx, String.class),
getValueExpression(targetTagAttribute, ctx, Group.class)
);