I have been running into a weird issue. I have a selectbox in a form prepopulated in document.ready(). It is a select2. Everything works fine until I add validators into the solution. If another field has an error (like NotBlank condition), I see the form again with the error displayed by Thymeleaf correctly BUT the document.ready() function doesn't run so my selectbox is not populated anymore. I don't have an error message in the console or anything... It is just not running.
Does anybody knows what is happening with validators ? Isn't reloading the page usually? Or is it the Thymeleaf engine just reloading the form and not the entire page ? Any workaround ?