Posts by Rafael Áquila • 11 points
1 post
-
1
votes1
answer408
viewsQ: Error passing a Thymeleaf object to the Spring Boot controller (post)
I have this controller: @PostMapping("/salvar") public String salvar(@Valid OrdemServico ordemServico, BindingResult result, RedirectAttributes attr) { if (result.hasErrors()){ return…