Multiple choice technology web technology

If an error occurs inside a convertor used to convert the value entered in a inputText field, than the isValid method of the field returns false.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When a converter throws an exception or sets a conversion error, JSF marks the component as invalid. The isValid() method returns false for that component, and the component's value is not updated in the model. This prevents invalid data from propagating through the application.