thymeleaf-spring icon indicating copy to clipboard operation
thymeleaf-spring copied to clipboard

Thymeleaf integration module for Spring

Results 85 thymeleaf-spring issues
Sort by recently updated
recently updated
newest added

Hi, Spring boot version: 2.6.6 Java: 17 I am trying to write a controller action that returns multiple html elements based on a selector. This works when the items matching...

tracker:question
status:pending

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.3.18. Release notes Sourced from spring-beans's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps [spring-webflux](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.3.18. Release notes Sourced from spring-webflux's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Hi guys. In our project I had a problem that started when we updated Thymeleaf to version 3.0.15. I hope I can help improve Thymeleaf showing the details of the...

needs triage

I have this code HashMap shopCat; data goes like this: shopCat => {"Vegetables":["Carrot",...], "Fruits":["Apple",....]} model.addAttribute("shopCat", shopCat); View code: ... I get this error: Exception evaluating SpringEL expression: "sCat.value" interestingly if...

needs triage

Hello! I'm not sure if this is the right place to post this but I've looked on Stackoverflow etc. and I couldn't find any reference to it. I have been...

needs triage

fix #280 If needed, i will send backport PR to branches of other versions. thanks.

`SpringValueTagProcessor` could pass `null` value as `type` parameter of `RequestDataValueProcessor#processFieldValue` although [`type` is defined as Nonnull parameter](https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestDataValueProcessor.java#L60)(not annotated `@Nullable`)in spring-framework. https://github.com/thymeleaf/thymeleaf-spring/blob/3.1-master/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/processor/SpringValueTagProcessor.java#L103-L106 For example, when `SpringValueTagProcessor` process ``, `type` will be...

needs triage

### SUGGESTION When using context-relative URLs like `Foo`, Thymeleaf will include the `server.contextPath` in the created URL. It would be nice if it would behave the same way for [`spring.webflux.base-path`](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#configurable-base-path-for-webflux-applications).

needs triage