aspose file tools
The moose likes Spring and the fly likes controller variables remain in session after SWF end state Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "controller variables remain in session after SWF end state" Watch "controller variables remain in session after SWF end state" New topic
Author

controller variables remain in session after SWF end state

Syed Khurram Anwar
Greenhorn

Joined: Mar 05, 2004
Posts: 4
I am using Spring Webflow 1.0. There is only one root flow without any subflows. There are 5 pages in the flow so, 5 controllers are being used in the whole flow. When i terminate the flow with an end state, and go back to the flow again, I can see the variables set by a controller during previous flow, which are not even in any scope but they were variables of a controller which still exist even after end of the flow. What is the reason? is it a bug?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: controller variables remain in session after SWF end state
 
Similar Threads
Front Controller and Commands
best practises/patterns for gui development
State pattern - Wizard implementation
how to come enter web flow at a specific point
Spring Web Flow 2 Web Development