thymeleaf-spring
thymeleaf-spring copied to clipboard
Thymeleaf integration module for Spring
Hello, I am using Spring Mobile with Thymeleaf and it is working well. One thing I would like to be able to do is to set the viewResolver to fallback...
SpEL allows to register custom TypeLocators for use with T() operator. It would be very convenient if there was an easy way to register custom type locators in Thymeleaf-Spring and...
Spring EL allows some extension mechanisms, like e.g. registering functions (later accessible with `#function(...)`): http://docs.spring.io/spring/docs/3.0.0.M3/reference/html/ch07s05.html#expressions-ref-functions Maybe thymeleaf could offer some kind of support for this kind of functionality.
org.springframework.context.support.AbstractMessageSource allows you to choose the way missing message resources are handled by setting setUseCodeAsDefaultMessage(boolean) true - message's code is returned instead of message false - NoSuchMessageException is thrown Usually...
Version: spring-boot-starter-thymeleaf 2.0.9.RELEASE for bugs: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: Error resolving template [layouts/default], template might not...
When I use Spring Boot version 2.7.2, the following exception occasionally occurs. I don't know how to solve it, I hope you can provide some suggestions.(XXX/XXXXXX is the html's path...
Recently I upgraded a project which uses thymeleaf **from spring-boot 2.7.18 to spring-boot 3.2.1.** After that I noticed that when rending some pages, I run into an EvaluationException. I hope...
Context: I would like to use the new java features like records and eventually value objects to reduce memory footprint in my applications with thymeleaf models. I'm using spring boot...
Simple issue - if text contains apostrophe and has placeholder for variable, the apostrophe wont display and variable wont be replaced until second apostrophe is added, which is error prone...
hello, im having issues with thymeleaf automatically selecting template name for a sub path. '/a' correctly serves a template with a name i defined, but '/a/b' tries to return a...