I would like to have an illustrative explanation about the difference between getValue() and getLocalValue() methods of UIInput components in the aspect of performing multiple field validation: jsf validate two fields in one time.
What is the difference in usage of this methods if the fields are already validated? The ValueHolder API documentation is not very helpful in answering this.