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

spring_boot_version=2.0.4.RELEASE org.springframework.boot:spring-boot-starter-thymeleaf:2.0.3 org.thymeleaf:thymeleaf:3.0.9 org.thymeleaf:thymeleaf-spring5:3.0.9 I'm using thymeleaf with spring and I have the case when an exception is thrown because of an error like this one: `org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or...

tracker:problem
status:pending

The main reason for adding this is our usecase of using thymeleaf for e-mail templates. To refer to images and other binary resources, I created an extension tag processor that...

Using `#fields.detailedErrors()` with spring-webflow 2.3.1 will call its org.springframework.webflow.mvc.view.BindingModel.getFieldErrors(java.lang.String) with "*" as argument. However specifing "*" leads to the error that a non-empty prefix is expected; calling the parameter-less version...

@rtack **ENV** OS: OSX JAVA: 1.8.0_144 Eclipse: Oxygen.1a Release (4.7.1a) Container: Eclipse Jetty 3.9.0 Thymeleaf: 3.0.9.RELEASE Thymeleaf-spring4: 3.0.9.RELEASE **DEMO** demo: [demo.zip](https://github.com/thymeleaf/thymeleaf-spring/files/1905960/demo.zip) run: Use `Eclipse Jetty 3.9.0` **Test command:** ``` ab...

tracker:question

Thymeleaf 3.0.9.RELEASE Thymeleaf Security 3.0.2.RELEASE Thymeleaf Layout 2.2.2 Spring 4.3.13.RELEASE Spring Webflow 2.4.5.RELEASE Calling `#fields.detailedErrors()` from a Spring Webflow form results in a `BindingModel$FieldPrefixErrorMessage` exception. The issue is that Webflow...

tracker:question

Will there be also support for using Flux or Mono in the model with servlet based Spring 5 applications?

tracker:question

Create a possibility to easily configure the org.springframework.expression.spel.standard.SpelExpressionParser used by SpelVariableExpressionEvaluator with a configurable SpelParserConfiguration (autoGrowNullReferences and autoGrowCollections properties) in the spring context configuration file. Currently only a parser with...

tracker:feature
status:underevaluation

In my opinion, when SpringTemplateEngine is used, one would expect Thymeleaf to use Spring's cache abstraction (SpringTemplateEngine already causes Thymeleaf to use other Spring features/components, so why not cache?). Can...

tracker:feature
status:underevaluation

Currently, the expression pre-processing mechanism is running once an expression is being executed. So there's no way that users can build the values of attributes such as `th:each` or `th:include`,...

tracker:feature
status:underevaluation

Several view classes specific to Spring WebFlow were moved in 3.0 from the general `view` package to the more specific `webflow.view`. See #32 This left at the `view` package the...

tracker:feature
status:pending