<%@taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
<html>
<body>
<h1>${message}</h1>
${customer.lastname}, ${customer.firstname} added successfully..
</body>
</html>
执行这个 web 项目即可。
URL: :8080/SpringMVC_Flash_Attribute_Maven_example/form.html
具体下载目录在 /2014年资料/4月/12日/Spring MVC Flash Attribute 的讲解与使用示例