thymeleaf-layout-dialect
thymeleaf-layout-dialect copied to clipboard
A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse
When I request a template to be processed, it does not decorate the template it should decorate. Am I missing something? I read https://ultraq.github.io/thymeleaf-layout-dialect/ and https://www.thymeleaf.org/doc/articles/layouts.html and could not find...
These custom strings are only available within the scope of the `layout:title-pattern` processor, but there have been instances where devs have wanted access to these values elsewhere (usually the whole...
Hello. When running the web server with Gretty.. When accessing the layout page, the following exception is exposed and nothing appears on the web browser screen. * Exception Log ```...
I'm very new to GraalVM, so I am hoping this is a simple fix, with some better understanding. I was having issues with GraalVM and Groovy dependencies while using version...
I am unsure what is happening here, but the main-layout is not getting inserted. It's just pulling in the content and leaving all the layout tags in place.  I...
I am upgrading an app from SpringBoot 2.7 to 3.0 (and JDK 11 to JDK 19). Everything works fine, until I try to run the app as a Native build...
I've used attribute "decorate" to create simple html file. But it's not worked Here is my **config file** and my **HTML file** [MyFile.zip](https://github.com/ultraq/thymeleaf-layout-dialect/files/10277032/MyFile.zip) What should I do to make my...
Just upgraded to version 3.0.0 (from 1.2.4) and having this exception whenever am processing a template: class nz.net.ultraq.thymeleaf.layoutdialect.models.extensions.EventIterator cannot be cast to class java.util.Map (nz.net.ultraq.thymeleaf.layoutdialect.models.extensions.EventIterator is in unnamed module of...
See the comments made on the commit here: https://github.com/ultraq/thymeleaf-layout-dialect/commit/9e45f228f7c02e928e1ab4ec765f6a52b45b9a79#commitcomment-62145036
With Java 9 and now 10 out, it's time to think of a module name for this project, and everything else I have. Stephen Colebourne has some good opinions on...