多多冰冰

Results 17 comments of 多多冰冰

Building on my last comment a "more proper way" of doing things is probably [to register a custom Dialect](https://www.thymeleaf.org/doc/articles/sayhelloextendingthymeleaf5minutes.html) ```java public class StandaloneRenderDialect implements IExpressionObjectDialect { private static final IExpressionObjectFactory...

This question is probably best asked on StackOverflow, as this is not a Thymeleaf bug. `#arrays.arrayJoin` joins an array into a String with a defined delimiter. In your case `hello,world`...

If you have a Jackson [`ObjectMapper`](https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/ObjectMapper.html) Bean inside your context (from e.g. Spring Boot); something like `` should also work. Please also have a look at [this Stackoverflow post](https://stackoverflow.com/questions/14010754/how-to-let-jackson-generate-json-string-using-single-quote-or-no-quotes) and...

I have run into this myself as well. The [documentation](https://www.thymeleaf.org/doc/tutorials/3.1/usingthymeleaf.html#appendix-c-markup-selector-syntax) states > The basic syntax includes: > `/x` means direct children of the current node with name x. However `/sth`...

@6PATyCb It's interesting that this causes Tofu characters ⍰ (square boxes) instead of question marks (?). I can reproduce this when I intentionally mismatch the project's output encoding (which on...

@6PATyCb Thanks for testing. This proves that this is not a font or `fontconfig.properties` (You can configure the font fallbacks for differing encodings there individually) problem. The problem is that...

I do not know if I understand your problem correctly but as this setup is using OGNL please make sure to include the adequate dependency of [`ognl:ognl`](https://mvnrepository.com/artifact/ognl/ognl) (for Thymeleaf 3.1.2...