Difference between UIInput # getValue () and getLocalValue () during validation

I would like to have an illustrative explanation of the differences between methods getValue()and getLocalValue() UIInputcomponents in the aspect of checking multiple fields: jsf check two fields at a time .

What is the difference in using these methods if the fields are already checked? ValueHolderAPI documentation is not very helpful in answering this.

+5
source share
1 answer

UIInput (.. isValid() false), getLocalValue() null, getValue() , . , , , .

isValid() . OmniFaces . . ValidateMultipleFields <o:validateEqual>.

. :

+6

All Articles