Hello there,
I have a simple flow in mind but I am not sure whether it will work as spring webflow?
lets say my webflow starts with view state A. I would like to maintain webflow just by sitting in that view state A while allowing arbitrary navigation to different pages/views. So the latter navigation is not defined/declared in the webflow but is rather performed by spring MVC view resolvers or by Struts action mappings. My webflow will terminate when the user logs off or user session timeouts. Question - whether I will be able to maintain conversation ID through out navigation that is not declared as part of webflow?
thanks
victor


Reply With Quote