Help with Multi-step Wizard "Previous" Button...

2007-01-29 Thread bgsdev
(I posted this to the "dev" email list by accident, so I am reposting here with a bit more information...) I am implementing a multi-step registration wizard which functions as follows: 1. Uses one backing bean per wizard page 2. Uses Tomahawk saveState to save model data between pages 3. "Next

Re: Help with Multi-step Wizard "Previous" Button...

2007-01-30 Thread Jay Balunas
Hello, I'm taking a look at the code, but I need to know what version of myfaces you are using? My initial thought is that by having the immediate set to true on the previous button you are bypassing some of the life cycle events (validation of non-immediate components). But you have immediate

Re: Help with Multi-step Wizard "Previous" Button...

2007-01-30 Thread bgsdev
Hi Jay, Thanks for your response. I am using MyFaces 1.1.3. You are right about the "immediate" attribute of the Previous button bypassing lifecycle events. It looks like this: Even if I make the input controls "immediate" the values entered by the user are never updated back to the mode