Boa noite! Em qualquer input ao colcoar o input th:field="*{nomeProduto} não aceita e não reconhece. sabem dizer se teve alguma alteração no thymeleaf ou qual pode ser o erro por favor? até fiz o teste de também colocar no maven a ultima versão da dependencia do thymeleaf 3.1.1 porém o erro continua
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue May 09 20:55:17 BRT 2023 There was an unexpected error (type=Internal Server Error, status=500). An error happened during template parsing (template: "class path resource [templates/pedido/formulario.html]") org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/pedido/formulario.html]") at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) at org.thymeleaf.spring6.view.ThymeleafView.renderFragment(ThymeleafView.java:372)
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/pedido/formulario.html]")
at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
Caused by: org.attoparser.ParseException: Could not parse as expression: "*"{nomeProduto}"" (template: "pedido/formulario" - line 17, col 24)
Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression: "*"{nomeProduto}"" (template: "pedido/formulario" - line 17, col 24)