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

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

    use this code if your are using version 3 . based on the version your are using should configure the tiles.
    
            
                
                    org.springframework.web.servlet.view.tiles3.TilesView
                
            
        
        
            
                
                    /WEB-INF/estudo-tiles-servlet.xml
                
            
        
    

提交回复
热议问题