Skip to content
Snippets Groups Projects
Commit cc199a7a authored by Keith Donald's avatar Keith Donald Committed by Mic
Browse files

polish

parent 775e85dd
No related branches found
No related tags found
No related merge requests found
......@@ -31,13 +31,8 @@
<bean class="org.springframework.web.servlet.view.UrlBasedViewResolver">
<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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment