• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

TilesConfigurer is deprecated? How to use tiles 2.2 in spring MVC 3.1?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Expert,

I try to integrate Spring MVC 3.1 with Apache Tile2.2 but I found this error



so I search it in google and I found in Apache Tile2 structure had change or deprecated but spring mvc 3.1 still use old structure. (Someone said We must modify the class or etc.)

These are my lib I used:



and spring mvc




Anyone know how I fix this ? It will be useful to me.

Thank in advance,
Mart

solution:

This is not error by deprecated it's about jar file that didn't right version.

I solved by find right jar to my web application

this is my jar



For some people who get lost like me, Mart
 
reply
    Bookmark Topic Watch Topic
  • New Topic