Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tiles 3.0 & Spring MVC settings [closed]

Is it possible to run Tiles 3.0 with Spring 3.0?

What is the needed configuration?

like image 725
user465363 Avatar asked Feb 02 '26 15:02

user465363


1 Answers

The current version of Spring only officially supports Tiles 2.

In order to get Tiles 3 working, you'd need to implement your own View Class, Tiles Configurer (if that is needed), etc. This is something the Spring community would appreciate very much, but no easy feat I'm sure.

Hope this helps.

like image 163
dardo Avatar answered Feb 04 '26 07:02

dardo