Emanuel Rabina
Emanuel Rabina
It definitely could. It would need an update in the schema and for dialect devs (and us in Thymeleaf) to add that information into the help files though. It just...
Arg, STS from 4.8.0 uses a different editor for web-related files 🤦♂️ 😭 Copying what I wrote down elsewhere: > Had a look at this, and I think STS won't...
STS 4.7.1 and older should now work with 3.0.1 as it bundles all of the dependencies (this plugin was originally designed for the "Enterprise and Java Web Developers" bundle of...
This is proving a bit tougher w/ Gradle incompatibility issues in the Goomph plugin and me having recently gone Gradle 6 and Java 11 for development. I'll shelve this for...
I don't know very much about WebFlux and Reactive stuff, but it looks like there might be a problem w/ the combination of Thymeleaf + Spring Security + WebFlux as...
Hi @ibra038, what type/class is the object of `*{openingTime}`? I tried to recreate this and found that if I used a String object (and so could make sure I always...
Cool, they're, `java.time.LocalTime` instances 👍 So I tried using LocalTime and was able to replicate your issue when using hours that only had a single digit. I found that, when...
If this doesn't end up on the to-do list for Thymeleaf, then this idea might be a really good custom dialect & processor for someone to make.
Hi there, I tried creating an `` with an empty `alt` attribute, ran it through Thymeleaf, and the output was as expected: an empty `alt` attribute. For this template: ```html...
Yeah, the `th:alt=""` thing does bother me - I feel it should at least emit an empty `alt` value if the expression in it is empty itself or resolves to...