Skip to content

Instantly share code, notes, and snippets.

@lalyos
Created August 29, 2012 14:45
Show Gist options
  • Save lalyos/3513636 to your computer and use it in GitHub Desktop.
Save lalyos/3513636 to your computer and use it in GitHub Desktop.
DIFF: tiles reload definitions with springMVC
--- e8eeb3 lalyos an hour ago webmvc-config.xml
+++ a68e73 lalyos an hour ago webmvc-config.xml
@@ -8,6 +8,8 @@
<bean class="org.springframework.web.servlet.view.tiles2.TilesConfigurer"
id="tilesConfigurer" >
+ <property name="checkRefresh">true</property>
+ <property name="useMutableTilesContainer">true</property>
<property name="definitions">
<list>
<value>/WEB-INF/layouts/layouts.xml</value>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment