Hello,
I tried to locate the tiles configuration with a wildcard [see config]. but this won't work. Is this possible with an other configuration?
Cheers,Code:<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles.TilesConfigurer"> <property name="definitions"> <list> <value>/WEB-INF/tiles/tiles-defs-*.xml</value> </list> </property> </bean>
Robert


Reply With Quote