super.setAttributes(faceletContext, object);
AbstractCustomValidatorTag tag = (AbstractCustomValidatorTag) metaRule.getTag();
tag.setParams(params);
tag.setExpressionCreator(new FaceletsExpressionCreator(faceletContext) {
protected TagAttribute getAttribute(String attributeName) {
return ValidateCustomTagHandler.this.getAttribute(attributeName);
}
});
tag.setProperties((AbstractCustomValidator) object);