Wizard (updating model)

2011-02-28 Thread Bob Peterson
Greetings, I'm a newbie trying to use the wizard from the extensions package to search and update a user in a database. My first step has a single RequiredTextField where the userid is entered. When the user clicks the next button I search the database and update the User object and display

Re: Wizard (updating model)

2011-02-28 Thread Bob Peterson
); f.modelChanged(); i've also tryed Form f = NewUserWizard.this.getForm(); f.modelChanged(); - Original Message From: Bob Peterson gp...@yahoo.com To: users@wicket.apache.org Sent: Mon, February 28, 2011 7:32:08 PM Subject: Wizard (updating model