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