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

前端 未结 4 867
梦毁少年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:38

    In your servlet-context.xml you are using the tiles2 spring-tiles integration classes.

    Use instead the classes found under org.springframework.web.servlet.view.tiles3

提交回复
热议问题