tiles with spring : getting error - java.lang.ClassNotFoundException: org.apache.tiles.TilesApplicationContext

前端 未结 4 816
梦毁少年i
梦毁少年i 2021-01-11 22:22

I am new to spring and trying to use tiles with Spring. but getting above error. i am using maven in my project. i tried changing versions also, but no use. following are co

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-11 22:32

    Finally it worked ! I replaced tiles2 by tiles3 as correctly pointed out by mck and added following line to tiles-definitions.xml

    
    

提交回复
热议问题