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'
I'm trying to pass a
ReactiveDataDriverContextVariable
multiple times to Thymeleaf. But I get the following error: