I am using Spring and Thymeleaf. In user registration form I am posting things to specific URL. In Spring I am checking if some errors occures. So if there are some errors I am adding some attributes used to show errors. Than I dont want Spring to redirect anywhere. I want him to update model and do nothing else. Is there any chance I can achieve that?I am using Spring and Thymeleaf. In user regist