On page 453, viewResolverTwo is given an order of 2; however, InternalResourceViewResolver doesn't have an order setter. According to the online API, InternalResourceViewResolver should always be last. Perhaps the Spring implementation doesn't have an order setter so they can force the last in order behavior. Getting rid of the order property set fixes the problem.
|