|
|
1
2
您只需要在web.xml中启用seamfilter。见 Blog Example 例如,使用Seam的RESTful应用程序。关键是使用在WEB-INF/pages.xml中定义的seam page参数。 |
|
|
2
1
您可以使用PhaseListener将POST请求转换为GET请求,或者只是解释GET请求,以便它们可以进行书签。 本页应详细解释: http://balusc.blogspot.com/2007/03/post-redirect-get-pattern.html |
|
|
3
1
如果您正在使用
|