Posted on 2010-06-07 13:34
leekiang 阅读(247)
评论(0) 编辑 收藏 所属分类:
spring 、
grails
Post/Redirect/Get (PRG) is a common design pattern for web developers to help avoid certain duplicate form submissions and allow user agents to behave more intuitively with bookmarks and the refresh button.
PRG模式也称为post-redirect pattern或Redirect-After-Post pattern
http://forum.springsource.org/showthread.php?t=73939
http://jira.springframework.org/browse/MOD-458
http://jira.springframework.org/browse/SPR-6464
http://blog.vichasconsulting.com/archives/12
http://forum.springsource.org/showthread.php?t=38466
http://www.docin.com/p-56268947.html