Hi everyone. 
I got a problem. Anyone ever had a first step contain for example a dropdown
that will load default data to the other formcomponents in the wizard?
The dropdown has got a ajaxformcomponentupdatingbehavior. We call our server
in the ajax request and update a lot of properties in the model object. The
model object shared between all of the pages. 
If you show step2 it will show the correct default values. 
If you then go back to step1 again and change the dropdown, step2 will not
show the changes. This I  because I need to clear the input of the
formcomponents in step2. Is there any way to clear all formcomponents for
all steps in a wizard. The problem is that only one step at the time is
active.  
Is Overriding onBefore render on every single step the only way? 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wizard-clear-all-formfields-tp4634057.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to