jsp向servlet传值
在jsp中向SERVLET传值时 用HERF 调用ACTION
<td><a href="goodsaction?method=findall&&mm=${first}">首页</a></td>
<td><a href="goodsaction?method=findall&&mm=${next}">下页</a></td>
<td><a href="goodsaction?method=findall&&mm=${previous}">上页</a></td>
<td><a href="goodsaction?method=findall&&mm=${last}">末页</a></td>
只能传递第一个参数后面几个字符参数传递过去就是空,如果第二个参数是整型也还是不能传递;
之前有一个页面是修改 数据库信息的 也用的herf 传递2个参数的时候第二个参数在为整数的情况下可以传递,如果为字符也不能传递
------解决方案--------------------你先用鼠标移到下一页,看下浏览器左下角显示的路径,看看路径是否正确