From a4479b343011b6c63f06c17dd4bcbc176fe12538 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 1 Mar 2007 03:28:04 +0000 Subject: [PATCH] added FlowExecutionListener.sessionCreated --- spring-webflow/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 9e9ce13e..a6cc95f8 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -19,6 +19,10 @@ Package org.springframework.webflow.conversation * The SessionBindingConversationManager now re-binds the ConversationContainer in the session every time a contained conversation is unlocked (SWF-244). +Package org.springframework.webflow.execution +* Added FlowExecutionListener.sessionCreated(RequestContext, FlowSession) callback, useful for + setting flow attributes before the flow starts. + Package org.springframework.webflow.executor * Added resource URL encoding to redirects in a JSF environment (SWF-256). * Added support for configuring a in a JSF environment, greatly simplifying JSF SWF