Emanuel Rabina
Emanuel Rabina
OGNL is excluded when Thymeleaf is in a Spring project (when including the `thymeleaf-spring` module) so that the Spring Expression Language (SpEL) is used over OGNL in your templates. If...
I would say this is expected behaviour - the template/string value returned by Spring controller methods is used to locate which template to use as the basis for processing, and...
Moving to the thymeleaf-spring repo as I suspect the issue is closer to the Spring side than just Thymeleaf - a search for "Neither BindingResult nor plain target object" results...
Hi there, one thing that looks odd to me is that, when you're using Thymeleaf with Spring or Spring Boot, OGNL shouldn't be needed as a dependency any more. Spring...
I'll have to dig into the attoparser code (Thymeleaf dependency that's used for parsing templates) or run a few test cases to see what will happen if the fragment and...
That's really weird! I'll try replicate the scenario, but since the HTML of the non-working link looks like correct HTML (I copy/pasted it into some random place here on GitHub...
Hey, thanks for reporting this. The docs do have a very long history, going back to when Spring 5 wasn't even around, and for the most part they haven't needed...
I'm not too familiar with this part of the codebase, but I had a look and it seems the usage of `SpringSelectedValueComparator` is as a compile-time dependency, so not something...
What do you mean my "no longer available" @raineyJ? The namespace doesn't point to any valid file, so the 404 from GitHub is normal. It's only there for stopping your...
I agree with the general idea. Question: would it only need to search the immediate parent element? I'm wondering if this restriction should be designed to search all the way...