You can use Button components and their defaultFormProcessing properties. Additionally, I had a go at some Wizard functionality a couple of months ago. I didn't finish it as I wanted to see first whether I could integrate with another framework out there (like Michael's) and I'm out of time now. But you can find it in the wicket-sandbox project in the 'wicket.examples.wizard' package. Take a look; you might get some ideas. And contributions are welcome too of course :)
Eelco On 10/3/05, David Pereira <[EMAIL PROTECTED]> wrote: > > First of all, this is my first message and I would > like to say 'hello' to everybody! :) > > Now, my question. I'm working on an application and in > one of the use cases I have to do a wizard. The > forward navigation is okay, but I'm havind problems > with my back button. > > I want that if the person writes something in the form > fields and clicks the back button, the data he wrote > is this page does not disappear. I tried to use a > Link, but I couldn't access the model object. Then I > tried to use two submits, but if I click the back > button and one of the required fields are empty, the > validator is fired. > > So, how can I use these two submit buttons, one with > validation and the other without it? Or, if this is > not possible, what do you suggest me to do? > > Thank you in advance. > David > > > > > > > > > _______________________________________________________ > Novo Yahoo! Messenger com voz: ligações, Yahoo! Avatars, novos emoticons e > muito mais. Instale agora! > www.yahoo.com.br/messenger/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
