Can I configure tiles 3.0 version with Spring 3.1.1 version .
I was using 3.1.1 version of spring with tile 2.0 . I want to change tiles 2.0 to tiles 3.0. When I am implementing this I am getting the class not found exception given below
java.lang.ClassNotFoundException:org.springframework.web.servlet.view.tiles3.TilesConfigurer
Is it possible to configure tiles 3.o with spring 3.1.1?