Closed danielfernandez closed 10 years ago
Current implementation of ThymeleafTilesView is hard-linked to the thymeleaf-spring3 implementation of SpringWebContext, therefore not being valid for use with the Spring 4 integration module.
ThymeleafTilesView
thymeleaf-spring3
SpringWebContext
See https://github.com/thymeleaf/thymeleaf-extras-tiles2/blob/thymeleaf-extras-tiles2-2.1.0.RELEASE/src/main/java/org/thymeleaf/extras/tiles2/spring/web/view/ThymeleafTilesView.java#L166-169
Current implementation of
ThymeleafTilesView
is hard-linked to thethymeleaf-spring3
implementation ofSpringWebContext
, therefore not being valid for use with the Spring 4 integration module.See https://github.com/thymeleaf/thymeleaf-extras-tiles2/blob/thymeleaf-extras-tiles2-2.1.0.RELEASE/src/main/java/org/thymeleaf/extras/tiles2/spring/web/view/ThymeleafTilesView.java#L166-169