3 Replies Latest reply on Jul 22, 2008 6:10 PM by jfaath

    Quick question regarding wizard example at demo site

    jfaath

      I'm trying to employ a wizard based on the example at the live demo site:

      http://livedemo.exadel.com/richfaces-demo/richfaces/include.jsf?c=include

      It works nicely, except for a little quirk that's bugging me. If you enter data on the first screen, hit "next" and enter data on the second screen. But then hit "previous". The data is indeed still on the first screen. But, if you hit "next" to go to the second screen again, the data you entered is gone.

      I've determined the only way data is "stored" on a page is through the next button.

      Is this fixable or just the way the AJAX system works? I'm pretty new to all this stuff.