Hi


My requirement is :
In each flow i set a counter which increments/decrements on prev/next and rendered on JSP page and current QuestionNO.
As existing prev post, i implemented a CounterBean with increment/decrement/getCounterr methods.

It works fine on all the Pages but at the end i have Summary Page with
QuestionText and EDIT button clicking on which takes me back to Page which same Question Page in flow.
This is where flow breaks.

Eh i have 10 QuestionPages and after traversing full flow ,on summary page i clicked EDIT for first Question,
It should have Question NO 1 but i comes out 11 and disturbs whole question sequence.

Though i am not incrementing after lastQuestion & summary Page.

How to implement or fix these kind of issues.