• 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

spring 3 and tiles 2.2.1 integration not working for me

 
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded the spring 3.0 - tiles integrated code from http://www.vaannila.com/spring/spring-tiles-integration-1.html website. it rus successfully.

Later, I came to know that Tiles 2.0.x is not supported in Spring 3.0 from http://static.springsource.org/spring/docs/upgrade/spring3/html/ch02s04.html site.

so, i downloaded tiles 2.2.1 from apache site, and replaces tiles 2.0.4 version of tiles-api, tiles-core, and tiles-jsp jars with 2.2.1 version.

but, i am gettig below error:


probably, i might be missing some jar files, so please find below the jar files included in lib folder:

antlr-runtime-3.0.jar
commons-beanutils-1.7.0.jar
commons-digester-1.8.jar
commons-logging-1.0.4.jar
commons-logging-api-1.1.jar
jstl.jar
org.springframework.asm-3.0.0.M3.jar
org.springframework.beans-3.0.0.M3.jar
org.springframework.context.support-3.0.0.M3.jar
org.springframework.context-3.0.0.M3.jar
org.springframework.core-3.0.0.M3.jar
org.springframework.expression-3.0.0.M3.jar
org.springframework.web.servlet-3.0.0.M3.jar
org.springframework.web-3.0.0.M3.jar
standard.jar
tiles-api-2.2.1.jar
tiles-core-2.2.1.jar
tiles-jsp-2.2.1.jar


please help me in resolving the error. Thank you.
 
vikas sharmaa
Ranch Hand
Posts: 191
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i resolved the issue by downloading the latest jars of 3.0.1 version from the Spring site.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you must have done something else too. As it is not working for me. I've Spring 3.0.2 rather than 3.0.1.

See if you can help me. Meanwhile, I'll still dig out.
 
Let's go to the waterfront with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic