I am trying to get my head around Spring Web Flow 2...
Am I correct in saying that a web flow operates entirely through a single url (but with different execution parameters?
Eg.
http://mydomain.com/flowname.html
http://mydomain.com/flowname.html?execution=e1s1
All the examples I have seen, seem to do just that.
Am I correct in saying that if you leave the flow (by going to a page outside of the flow's control), when you return to the flow, the actual flow is a new instance and the contents from the earlier flow are lost?
I am trying to incorporate Web Flow 2 into an existing ecommerce site and having problems...