摘要: 项目:springmvc day2 绑定包装类型queryItemsVo形参练习 在前端页面对商品进行条件查询,出现异常:org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ' 阅读全文
posted @ 2018-10-31 20:24 炼钢工人 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 项目:springmvc pojo绑定练习 问题描述:从前端页面向contriller方法的pojo形参通过post表单传值,使用debug发现pojo的属性都是null,也就是说没有将值传过来 问题解决:查阅网上的经验,发现原因是我在前端页面表单标签上加了一个属性: enctype="multip 阅读全文
posted @ 2018-10-31 17:09 炼钢工人 阅读(841) 评论(0) 推荐(0) 编辑
摘要: 项目:springmvc-day1 springmvc整合mybatis练习 用浏览器访问quueryItems.action始终404,在项目中添加一个index.html,再在浏览器中访问index.html,发现是可以访问的,检查项目,发现最终原因是因为没有在web.xml文件里面配置Disp 阅读全文
posted @ 2018-10-31 00:03 炼钢工人 阅读(281) 评论(0) 推荐(0) 编辑