码迷,mamicode.com
首页 > 编程语言 > 详细

使用springmvc报错Required int parameter 'age' is not present

时间:2018-11-21 16:17:45      阅读:1101      评论:0      收藏:0      [点我收藏+]

标签:int   符号   param   没有   使用   col   present   not   amp   

仔细检查jsp代码

<a href="springmvc/testRequestParam?username=atguigu$age=11">Test RequestParam</a>
<br/><br/>

仔细检查

testRequestParam

方法没有发现问题,但是又报错,没有int变量age,这是需要可以看一下URL,我这里报错的原因就是Url写错了,把&符号写成了$。修改之后就可以运行了。

 

使用springmvc报错Required int parameter 'age' is not present

标签:int   符号   param   没有   使用   col   present   not   amp   

原文地址:https://www.cnblogs.com/liaoxiaolao/p/9994288.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!