"primefaces calendar with converter doesn't update correctly upon ajax "valuechange" event" Code Answer

3

i found the cause of the problem: the converter was receiving text from the input field that it wasn't able to correctly convert. apparently this leads to an interruption of the standard jsf lifecycle and the old value is set instead of the new one. with properly formatted input the whole thing works as expected.

By Dimas Crocco on February 13 2022

Answers related to “primefaces calendar with converter doesn't update correctly upon ajax "valuechange" event”

Only authorized users can answer the Search term. Please sign in first, or register a free account.