Yes you are correct. I forgot to mention that I have already tried it. It
does not work because Step2 formcomponents is not a part of the wizard form
when step1 is. 
I think its done here in Wizard class
public void onActiveStepChanged(IWizardStep newStep)
{
 form.replace(newStep.getView(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 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