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 .
getValue()
getLocalValue()
UIInput
What is the difference in using these methods if the fields are already checked? ValueHolderAPI documentation is not very helpful in answering this.
ValueHolder
UIInput (.. isValid() false), getLocalValue() null, getValue() , . , , , .
isValid()
false
null
isValid() . OmniFaces . . ValidateMultipleFields <o:validateEqual>.
ValidateMultipleFields
<o:validateEqual>