摘要: springmvc中可以使用表单标签库,支持数据绑定,用来将用户输入绑定到领域模型。 例子来源《Servlet、JSP和SpringMVC学习指南》 "项目代码" 关键代码及说明 bean对象类代码 public class Book implements Serializable { privat 阅读全文
posted @ 2019-07-10 16:26 远去的列车 阅读(926) 评论(0) 推荐(0) 编辑
摘要: 学习《Servlet、JSP和SpringMVC学习指南》遇到的一个问题,记录下。 "项目代码" 现象 @RequestMapping(value = "/book_edit/{id}") public String editBook(Model model, @PathVariable long 阅读全文
posted @ 2019-07-10 10:39 远去的列车 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 使用JSTL core RT库 "jstl错误排除:According to TLD or attribute directive in tag file, attribute value does not accept any expressions" 阅读全文
posted @ 2019-07-10 09:11 远去的列车 阅读(141) 评论(0) 推荐(0) 编辑