Cristian Ghezzi
Cristian Ghezzi
Any news on this issue? It is a show stopper for me. Do you really use the double-dash trick in your css? Seriously? How about more complex math expressions? I've...
I forked and built the master branch with minor modifications. Some unit tests fail but minification works for me. I uploaded a compiled jar for convenience. See the top of...
I went down the webpack rabbit hole only to find pain and sorrow. I suggest that, if you want to use a non-java minifier, you try Terser instead https://www.npmjs.com/package/terser which...
I don't think this is a bug neither in Thymeleaf nor Spring. When you return a fragment that doesn't have a th:object, the `*{}` notation can't be used.
I think you should rewrite your code to make it clearer, then the error will be easier to spot. Now I see that AdresaModel contains a list of Adresa but...
As I don't see the full source code, I can't tell where the problem is. I'm just giving you some clues that might help you. Thymeleaf is complicated only if...
> So in the end I think Thymeleaf has some issues on using arguments in fragments We'll never know until you post the full sources. The link at the top...
The code at that page is different from the one posted here: `` vs `
So the question here is: @ultraq what happens when the name of a fragment equals the name of a HTML tag? Will the tag have higher priority and prevent fragment...
I'm very sorry but rather than spend hours digging for the reason why the CGLIB magic doesn't work in my case, I'll stick with the more intuitive solution I'm using,...