Daniel Fernández
Daniel Fernández
I understand, and actually I've seen myself in this situation several times (working with Bootstrap buttons, for example). I've always solved this with inlining, but I understand why someone would...
Well, this is interesting, because that "vulnerability" references as fix a commit on the OGNL code base that is part of a Pull Request that I myself contributed to OGNL...
This is the expected behaviour of `th:replace`. This attribute _replaces_ the tag it lives in with the one selected in the expression, it does not _merge_ it or peform any...
Closed in 569e71b
> when sending it the fragment object is not sent with the main object. Do you mean that you see your error at the controller method handling the form submission...
Thanks @rstoyanchev. Transferring issue to the `thymeleaf` project because `thymeleaf-spring` and many other repos are in process of being unified here for 3.1.
Both classes have now been made _non-final_.
HTML attributes are unordered by spec, though it is true that keeping a specific order could improve human (not machine) understanding of the code. So Thymeleaf 3.0 tries to respect...
What version of Thymeleaf are you using?
Yes, but I missed that *"starter"* in your previous comment. By default current the version of Spring Boot (1.x) uses Thymeleaf 2.1, though this [can be changed to use 3.0](https://docs.spring.io/spring-boot/docs/current/reference/html/howto-spring-mvc.html#howto-use-thymeleaf-3)....