我解决了
有两个上下文:root(应用程序范围)和servlet上下文(我定义
viewResolver)
tilesConfigurer,
tx:annotation-driven以及
mvc:annotation-drivenroot上下文。
将其移至Servlet上下文即可解决此问题。
已更新 我感动
viewResolver,
tilesConfigurer,
tx:annotation-driven并
mvc:annotation-driven从定义
applicationContext.xml到
contextConfigLocation(
dispatcher-servlet.xml)



