thymeleaf / thymeleaf-spring

Thymeleaf integration module for Spring
http://www.thymeleaf.org
Apache License 2.0
435 stars 157 forks source link

Thymeleaf webflux: Only one data-driver variable is allowed to be specified as a model attribute, but at least two have been identified #298

Open douma opened 2 years ago

douma commented 2 years ago

I'm trying to pass a ReactiveDataDriverContextVariable multiple times to Thymeleaf. But I get the following error:

org.thymeleaf.exceptions.TemplateProcessingException: Only one data-driver variable is allowed to be specified as a model attribute, but at least two have been identified: 'x' and 'y'