Re: Wizard clear all formfields

2012-05-16 Thread jensiator
isTimeToClear() { return true; } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wizard-clear-all-formfields-tp4634057p4641106.html Sent from the Users forum mailing list archive

Re: Wizard clear all formfields

2012-05-15 Thread jensiator
Good Idea. I will try it. The only drawback is that it will be done everytime. Even if I go back to step1 and don't do anything. But I might be able to live with that Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wizard-clear-all-formf

Re: Wizard clear all formfields

2012-05-15 Thread Alexander Cherednichenko
w(VIEW_ID, this, this)); > form.replace(newStep.getHeader(HEADER_ID, this, this)); > } > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wizard-clear-all-formfields-tp4634057p4634120.html > Sent from the U

Re: Wizard clear all formfields

2012-05-15 Thread jensiator
, this, this)); form.replace(newStep.getHeader(HEADER_ID, this, this)); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wizard-clear-all-formfields-tp4634057p4634120.html Sent from the Users forum mailing list archive at Nabble.com

Re: Wizard clear all formfields

2012-05-15 Thread Martin Grigorov
put 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? >> >> -- >> V

Re: Wizard clear all formfields

2012-05-15 Thread Alexander Cherednichenko
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. > > -

Wizard clear all formfields

2012-05-15 Thread jensiator
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