thymeleaf-spring icon indicating copy to clipboard operation
thymeleaf-spring copied to clipboard

Thymeleaf integration module for Spring

Results 85 thymeleaf-spring issues
Sort by recently updated
recently updated
newest added

If you run the [matchday sample](https://github.com/danielfernandez/reactive-matchday) with [blockhound](https://github.com/reactor/BlockHound) it shows that there is a blocking call in the SSE stream: ``` 2019-03-10 07:25:50.079 ERROR 27230 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [89421677]...

status:underevaluation

I've used Thymeleaf 3.0.11, and spring boot 2.3.0 I've put the problem on stackoverflow problem, no one responded: [https://stackoverflow.com/questions/62694597/create-a-fragment-for-a-form-in-thymeleaf-and-spring](https://stackoverflow.com/questions/62694597/create-a-fragment-for-a-form-in-thymeleaf-and-spring) Putting the 2 fragments below in the same file didn't work,...

tracker:question
status:pending

I use a model container `Invoice` with a given `name` and a list of given `InvoiceItems` to be rendered to html with thymleaf. I am binding the model to `th:field`...

tracker:question
status:pending

Thymeleaf 3.0.11 (Spring 3/4/5) When creating a SpringTemplateEngine and setting a message resolver as per below ``` @Bean public SpringTemplateEngine thymeleafTemplateEngine() { SpringTemplateEngine templateEngine = new SpringTemplateEngine(); templateEngine.setTemplateResolver(templateResolver); templateEngine.setMessageResolver(messageResolver); return...

Hi! So I'm a new summer intern and I was given a project in which I need your help in. For the project, I am supposed to fetch the details,...

tracker:question
status:pending

Example I have 2 controllers with names **AccountController** and **AuthorController** - for first one mapping will be ${#mvc.url('AC#getAll').build()} - for second one mapping will be ${#mvc.url('AC#getAll').build()} they are same and...

Thymeleft version: 1.3.3 Spring boot: 1.3.3.RELEASE When post form I facing issue as bellow: It seems that we cannot mapping with interface object when submit form. ``` org.springframework.beans.InvalidPropertyException: Invalid property...

I am using Springboot and thymeleaf with mysql. I am querying company data from mysql and populating a table using the results. Each column of the table is an attribute...

tracker:question
status:inprogress

> [Subresource Integrity (SRI)](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are delivered without unexpected manipulation. It works by...

springboot:2.1.1RELEASE spring-boot-starter-thymeleaf:2.1.1RELEASE org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/system/user/userEdit.html]") at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098) [thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072) [thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] at...