|
|
Using this new proper back button support.
So I heard that preview 2 has some really nice back button support, but I can't seem to use it. I added the _flowExecutionId to my pages, but when I go to a subflow, then back button out and submit something, it still thinks I'm where I was. I tried also adding _currentStateId, which works great within the same subflow, but breaks otherwise. Am I doing this right?
I don't really NEED this functionality, but it just sounds so cool I can't help but want to see it in action. Man, am I a geek...
EDIT: Also, I've noticed that if I don't include the _flowExecutionId, it just restarts the entire flow. Is that what's supposed to happen?
See the sellitem sample---back/next/refresh/new window work perfectly--see the use of the quot;fromSessionContinuationFlowExecutionStoragequot; strategy to achieve this.
Keith
Oh great, thank you. |
|