This commit is contained in:
Keith Donald 2009-05-06 18:06:20 +00:00 committed by Mic
parent 775e85dd17
commit cc199a7a15

View file

@ -32,12 +32,7 @@
<property name="viewClass" value="org.springframework.web.servlet.view.tiles2.TilesView" />
</bean>
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="prefix" value="/WEB-INF/"/>
<property name="suffix" value=".jsp"/>
</bean>
<!-- Configures Tiles 2 -->
<!-- Initializes the Apache Tiles 2 system -->
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles2.TilesConfigurer" />
<!-- Configures Apache Commons Fileupload -->