0

Is it possible to use spring 4 with tiles 2 ?

I can't seem to find any documentation on how to configure tiles with spring web, and many of the classes have changed in tiles 3 vs tiles 2.

MikePatel
  • 2,593
  • 2
  • 24
  • 38

1 Answers1

1

You can basically follow the section about Tiles 3 in Spring's reference documentation - and just change package names org.springframework.web.servlet.view.tiles3 into org.springframework.web.servlet.view.tiles2.

Note that Tiles 2 support in Spring has been deprecated as of Spring 4.2

Brian Clozel
  • 56,583
  • 15
  • 167
  • 176