首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Circular view path 错误

2013-03-22 
Circular view path 异常异常Circular view path [/login.html]: would dispatch back to the current han

Circular view path 异常
异常
Circular view path [/login.html]: would dispatch back to the current handler URL [/login.html] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)
解决
web.xml 里面加
<servlet-mapping>
<servlet-name>default</servlet-name>
<url-pattern>*.html</url-pattern>

</servlet-mapping>



热点排行