spring webmvc mapping the jsp (without controllers)

后端 未结 6 1617
星月不相逢
星月不相逢 2021-01-03 09:47

I am trying to get my hands on Spring 3 web-mvc. I have a simple page link (you know.. thing.

Somehow spring mvc doesn\'t like th

6条回答
  •  清歌不尽
    2021-01-03 10:24

    Putting

    in application-context.xml resolved the issue for me. The view which does not have a controller(request mapping) will not load if we put these things in servlet.xml. I tried putting these things in application-context.xml and it worked for me. Thanks!!!

提交回复
热议问题