thymeleaf-spring
thymeleaf-spring copied to clipboard
Thymeleaf integration module for Spring
Bumps `springframework.version` from 5.0.8.RELEASE to 5.3.14. Updates `spring-beans` from 5.0.8.RELEASE to 5.3.14 Release notes Sourced from spring-beans's releases. v5.3.14 :star: New Features Add default methods to CachingConfigurer #27811 Provide a...
Add preliminary support for Spring Framework 6 which requires Jakarta EE. This PR is dependent on https://github.com/thymeleaf/thymeleaf/pull/856
Hi, I have a spring boot application and one of the screen has a form that displays some question set and each question has 4 multiple choice answers. Only one...
When running a Spring Boot 2.4.3 project with WebFlux and Thymeleaf to render some HTML pages, BlockHound detects blocking calls when the HTML Pages are rendered. I am running with...
Currently, the absent message representation is built by `StandardMessageResolver` which is statically injected into `SpringMessageResoler` constructor: https://github.com/thymeleaf/thymeleaf-spring/blob/4eb8dc1f7eb6950764eeeeded3498261c1537671/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/messageresolver/SpringMessageResolver.java#L69 A way to customize the absent message representation should be provided. Workaround: custom...
Thymeleaf 3.0.12 Spring boot 2.3.6.RELEASE Spring 5 Thymeleaf documentation states under [section 11.1](https://www.thymeleaf.org/doc/tutorials/3.0/thymeleafspring.html#integration-with-requestdatavalueprocessor) that hidden fields will be injected at the end of the form. > th:action calls RequestDataValueProcessor.processAction(...) before...
Assume a template `sample.html` present in `src/main/resources/templates` of a Spring Boot application, Boot configuring the `templates` folder to be the root folder for view resolution and a Spring MVC controller...
Hi, I try to implement a dialect. I want to process a `` element with given attribute and its body. For this I use `AbstractElementModelProcessor`. However, model passed to `doProcess`...
In order to simplify and reuse the back-end code you should find a way to call RestControllers endpoints directly from thymeleaf pages/templates at rendering time. This way the back-end could...
There might be an error in the Thymeleaf-Spring docs that prevents localized text from appearing in templates. I encountered the problem only since upgrading to Spring 5, and I wonder...