Hi,

javadoc for javax.faces.view.facelets.ValidatorHandler contains this
sentence:

"Will wire all attributes set to the Validator instance
created/fetched". Based on that one our developer tried this:

<f:validator binding="#{aValidator}" property="#{expression}" />

Expected result was to put a value into validator via setter
setProperty(). But "all attributes set" means binding, for,
disabled, ... only the specified ones, right?

Thanks,


Martin Kočí 



Reply via email to