Skip to content
Snippets Groups Projects
Forked from Smart / broken-petclinic
Source project has a limited visibility.
  • michaelisvy's avatar
    92e7ab43
    Simplified ContentNegoViewResolver config · 92e7ab43
    michaelisvy authored
    - Now using namespace, much simpler (11 lines instead of 27)
    - Just a minor issue with:
    <bean class="org.springframework.web.servlet.view.JstlView">
    	<property name="url" value="" />
    </bean>
    (should investigate later if we can remove “url” attribute
    92e7ab43
    History
    Simplified ContentNegoViewResolver config
    michaelisvy authored
    - Now using namespace, much simpler (11 lines instead of 27)
    - Just a minor issue with:
    <bean class="org.springframework.web.servlet.view.JstlView">
    	<property name="url" value="" />
    </bean>
    (should investigate later if we can remove “url” attribute