Validator with attributes for custom component
问题 I want to create validator for custom component where I want to pass few attributes. This is how code looks like (it's not original code but is implemented in the same way): Custom component (customComponent.xhtml) <h:body> <composite:interface componentType="compositeComponent"> <composite:attribute name="name" required="true" /> <composite:attribute name="value" required="true" /> <composite:attribute name="values" required="true" /> <composite:editableValueHolder name="validator" targets="