thymeleaf / thymeleaf-extras-tiles2

Thymeleaf integration with Apache Tiles 2.x
http://www.thymeleaf.org
36 stars 18 forks source link

Lack of support for thymeleaf-spring4 #20

Closed danielfernandez closed 10 years ago

danielfernandez commented 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.

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