Spring 2.0 to 2.5 migration TilesJstlView problem

Problem: After migrating Spring 2.0 to 2.5 you get

java.lang.ClassNotFoundException: org.springframework.web.servlet.view.tiles.TilesJstlView

Solution: you need the following library

<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-webmvc-struts</artifactId>
  <version>2.5.6</version>
</dependency>

Posted by wojtek Wed, 01 Apr 2009 08:22:00 GMT




Comments

Leave a response

Leave a comment