We are using spring flow in our project.
I have some senarios In First screen i will add some data and i will click on some button to go next screen.....
in the second screen i will remove some data entered in first screen and i want add some other data to the existing one(after removing). for that i am again going to the first screen.
the problem is in the first screen it is showing all the data.
but it should show only the data which is there after removing.
How can i achieve this in spring web flow..