From 7574f449c811cc1c2349a9f48ecfbfc81cdc5f69 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sun, 29 Jun 2008 08:26:54 +0000 Subject: [PATCH] Fixed small typo in changelog. --- spring-webflow/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 2d439742..752ec9bc 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -15,7 +15,7 @@ Package org.springframework.webflow.executor * Statics on FlowFacesUtils are now public: they're supposed to be well known names. * FlowPhaseListener.cleanupResources() is now protected. * Added AutowiringSupport, AutowiringFlowExecutionListener and AutowiringPhaseListener (SWF-746). -* In a JSF 1.2 environment, SWF will now correctly maintain the "java.faces.ViewState" parameter accross flow +* In a JSF 1.2 environment, SWF will now correctly maintain the "javax.faces.ViewState" parameter accross flow execution redirects (SWF-445). * FlowPhaseListener now maintains FacesMessages accross a flow execution redirect by temporarily storing them in the flow execution (SWF-745).