Tag Archives: output-mapper

Spring WebFlow – Passing Objects Between Parent Flow and Subflows

While I was implementing web application using Spring WebFlow, I came to the point where i wanted to pass object created in the subflow to its parent flow. I looked at the WebFlow documentation, and forums and blogs as well, … Read more