/ Published in: Java
                    
                                        
Spring plus Tiles
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles2.TilesConfigurer">
<property name="useMutableTilesContainer" value="true"/>
<property name="definitions">
<list>
<value>/WEB-INF/defs/tiles-defs.xml</value>
</list>
</property>
</bean>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                