I am trying to make a wizard using Roman Nurik\'s library (https://plus.google.com/113735310430199015092/posts/6cVymZvn3f4).
I am having trouble accessing the collected
Anyone still looking for a solution for this issue you can use following code
ArrayList reviewItems = new ArrayList(); for (Page page : mWizardModel.getCurrentPageSequence()) { page.getReviewItems(reviewItems); }