Hi,
I'm using
spring 2.5.6
flow 2.0.3
tiles 2.0.6
mvc 2.5.6
There isen't that kind of exception. My tiles configurer is like this:
Code:
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles2.TilesConfigurer">
<property name="definitions">
<list>
<value>/WEB-INF/config/tiles/tiles-layout.xml</value>
<value>/WEB-INF/config/tiles/views-fornitore.xml</value>
[...]
</list>
</property>
</bean>
Any ideas?
Thanks.

Originally Posted by
ranjan_george
Please post the versions you are using for Spring Web Flow, Spring MVC and Tiles. If you are using Spring Web Flow 2.0.9 which in turn depends on Spring 2.5.6 how did you get around the TileConfigurer exception "Class org.apache.tiles.web.util.ServletContextAdapter not recognized a TilesApplicationContext"?