Remove file upload handling from example for Spring MVC form taglib

This commit is contained in:
David Morley
2016-03-07 05:33:20 -06:00
parent c0ffd1e4bf
commit 365ec16879
4 changed files with 2 additions and 30 deletions
@@ -24,12 +24,5 @@
<bean class="org.springframework.context.support.ResourceBundleMessageSource" id="messageSource">
<property name="basename" value="messages" />
</bean>
<!-- <bean id="multipartResolver"
class="org.springframework.web.multipart.commons.CommonsMultipartResolver" /> -->
<bean id="multipartResolver"
class="org.springframework.web.multipart.support.StandardServletMultipartResolver">
</bean>
</beans>