Hello,
I have a simple 2 page Wizard using AbstractWizardFormController. If the user is on the second page, and then hits the Back button on the browser, the first page shows up, but with none of the fields populated.
I would assume that because AWFC is uses a Session form, that viewing the first page again would show the form fields populated. I have not finished the wizard, so I wouldn't assume the form has been removed from the session.
Is it possible to use the browser's back button, and see the previous page with its form fields populated?
Thanks very much!
Seth


Reply With Quote