Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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..

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.