emailTagAttribute = getAttribute("email");
targetTagAttribute = getAttribute("target");
}
protected JbpmActionListener getListener(final FaceletContext ctx) {
return new CreateUserActionListener(
getValueExpression(userNameTagAttribute, ctx, String.class),
getValueExpression(passwordTagAttribute, ctx, String.class),
getValueExpression(passwordConfirmTagAttribute, ctx, String.class),
getValueExpression(emailTagAttribute, ctx, String.class),
getValueExpression(targetTagAttribute, ctx, User.class)