> Hello, > > I could catch out-of-sync process in my wizard process but my Form bean > could have unwanted changes. > > Let me explain in more detail. > > User is now "step 3" screen and click back button in browser and goes back > to "step 1" screen. > In step 1 screen, user modify his previous input and click "continue" > button. > In Form class, we detect that it is out of sync and bypass validation and > pass to Action class. > In Action class, it also detect out-of-sync and map to the original step > - "step3" with error message. > But we still have unwanted changes in our Form. > > Of course, we can have additional field which are only stored after > validation but I am looking for the decent way than this. > > > Thanks, > > DW >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

