Spring 3 MVC and Apache Tiles 2 Integration Error

后端 未结 9 901
庸人自扰
庸人自扰 2021-01-04 06:15

I have been trying to integrate Spring (3.0.4 and 3.0.5) MVC with Apache Tiles (2.1.2,2.1.4 and 2.2.2) to no avail. In every case i get the following error:

java.lan

9条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-04 06:25

    If you are using maven then you can add this dependency in order to solve the problem:

    
         org.apache.tiles
         tiles-servlet
         2.2.2
      
    

提交回复
热议问题