springmvc_No_request_handling_with_name_list 的解决

新手在使用springmvc 的时候,经常会碰到类似于:
访问:http://localhost:8080/PES/course.do 的时候报错:(使用隐藏变量来指定)
<input type="hidden" id="act" value="save" />
[WARN ] http-8080-Processor24 2012-03-03 13:59:43,062 org.springframework.web.servlet.PageNotFound     - No request handling method with name 'list' in class [com.pes.controller.front.RoomController]
的错误。
http://localhost:8080/PES/course.do?act=save 却正常。(直接指定)
 其实是我们页面命名没有弄好导致的,html  识别以name 为主的
正确的应该为
<input type="hidden" name="act" value="save" />

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

«    2024年11月    »
123
45678910
11121314151617
18192021222324
252627282930
搜索
标签列表
网站分类
最新留言
    文章归档
    友情链接

    Powered By Z-BlogPHP 1.7.3

    Copyright Your WebSite.Some Rights Reserved.闽ICP备11018667号-2