SWF-537 - FlowViewStateManager set repeatedly on application instance after application initialization.

This commit is contained in:
Jeremy Grelle
2008-03-17 14:51:19 +00:00
parent e12104689b
commit 78650d6167
3 changed files with 36 additions and 7 deletions

View File

@@ -14,6 +14,10 @@
<view-handler>org.springframework.faces.webflow.FlowViewHandler</view-handler>
</application>
<factory>
<application-factory>org.springframework.faces.webflow.FlowApplicationFactory</application-factory>
</factory>
<lifecycle>
<phase-listener>org.springframework.faces.support.RequestLoggingPhaseListener</phase-listener>
</lifecycle>